'Create Unit Test' Command in VS2017
up vote
5
down vote
favorite
I can't find the "Create Unit Test" command in the context menu anymore. Did they remove it from VS2017?
visual-studio
|
show 3 more comments
up vote
5
down vote
favorite
I can't find the "Create Unit Test" command in the context menu anymore. Did they remove it from VS2017?
visual-studio
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
1
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36
|
show 3 more comments
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I can't find the "Create Unit Test" command in the context menu anymore. Did they remove it from VS2017?
visual-studio
I can't find the "Create Unit Test" command in the context menu anymore. Did they remove it from VS2017?
visual-studio
visual-studio
asked Dec 12 '16 at 12:04
gartenriese
20129
20129
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
1
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36
|
show 3 more comments
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
1
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
1
1
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36
|
show 3 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
Looks like it was removed, though I didn't really use it. I recommend using Rusty Divine's code snippet:
Works great--all you have to do is type ut and then TAB.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Looks like it was removed, though I didn't really use it. I recommend using Rusty Divine's code snippet:
Works great--all you have to do is type ut and then TAB.
add a comment |
up vote
0
down vote
Looks like it was removed, though I didn't really use it. I recommend using Rusty Divine's code snippet:
Works great--all you have to do is type ut and then TAB.
add a comment |
up vote
0
down vote
up vote
0
down vote
Looks like it was removed, though I didn't really use it. I recommend using Rusty Divine's code snippet:
Works great--all you have to do is type ut and then TAB.
Looks like it was removed, though I didn't really use it. I recommend using Rusty Divine's code snippet:
Works great--all you have to do is type ut and then TAB.
answered Nov 29 at 19:48
Paul Ballew
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1155701%2fcreate-unit-test-command-in-vs2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Live Unit Testing in Visual Studio 2017 RC: blogs.msdn.microsoft.com/visualstudio/2016/11/18/…
– duDE
Dec 12 '16 at 12:19
@duDE: I don't know how that is relevant? Are you implying that they removed the command in favor of live unit testing?
– gartenriese
Dec 13 '16 at 7:36
Well, that is about a RC (release candidate) of VS, not ready yet. And yes, you can use meantime the Live Unit Testing instead.
– duDE
Dec 13 '16 at 9:15
@duDE: Oh, I think you misunderstood. I can still use unit tests, it's just that the one command is missing. It's just a slight inconvenience because now I have to create the TestMethod manually. But I guess it will be implemented once it's done.
– gartenriese
Dec 13 '16 at 13:49
1
Despite this, visualstudio.com/en-us/docs/test/developer-testing/… I also can't find it.
– JonathanPeel
Mar 19 '17 at 12:36