Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
QuestionHandle Task Exception In Main Thread Pin
Kevin Marois8-May-14 14:31
professionalKevin Marois8-May-14 14:31 
QuestionDeveloping a .NET obfuscator. Need feedback. Pin
ianderf8-May-14 9:17
ianderf8-May-14 9:17 
AnswerRe: Developing a .NET obfuscator. Need feedback. Pin
Richard Andrew x648-May-14 11:05
professionalRichard Andrew x648-May-14 11:05 
GeneralRe: Developing a .NET obfuscator. Need feedback. Pin
ianderf8-May-14 11:10
ianderf8-May-14 11:10 
GeneralRe: Developing a .NET obfuscator. Need feedback. Pin
Richard MacCutchan8-May-14 22:46
mveRichard MacCutchan8-May-14 22:46 
QuestionBufferedGraphics object will AutoScroll position Pin
Chris Copeland8-May-14 7:23
mveChris Copeland8-May-14 7:23 
AnswerRe: BufferedGraphics object will AutoScroll position Pin
Chris Copeland8-May-14 9:20
mveChris Copeland8-May-14 9:20 
QuestionNUnit- Custom Property Attribute display in Test Explorer window Pin
ercharu228-May-14 6:37
ercharu228-May-14 6:37 
I created custom property attribute to link every system test to its driving requirements which is similar to something described in the link below:

http://stackoverflow.com/questions/22187229/nunit-multiple-properties-of-the-same-name-linking-to-requirements/23533180#23533180

I used the code given in the above link
[Requirements(new string[] { "FR50082", "FR50084" })]
[TestCase("PoCTest")] 
<pre>public void TestSomething(string a, string b) 
{ // blah, blah, blah
Assert.AreNotEqual(a, b); }

which gets displayed in Test explorer (filter by traits) as :-
Requirements[System.String[]] (1) 
    TestSomething.....

But this is not what I was expecting. I require every requirement to get displayed individually though they are associated to the same test case in test explorer window.

I want to get it displayed as (in test explorer):-
Requirements[FR50082] (1) 
   TestSomething.....
Requirements[FR50084] (1) 
   TestSomething.....
and so on....

So, if I am associating n number of Requirements to a test case, the test explorer should display the same test case n times under different requirements. Please let me know how could this be achieved ??
QuestionTextTransformation with VS Packages Pin
Kani Mozhi7-May-14 23:47
Kani Mozhi7-May-14 23:47 
QuestionCustom reporting solution with SSRS Pin
Tridip Bhattacharjee7-May-14 21:03
professionalTridip Bhattacharjee7-May-14 21:03 
AnswerRe: Custom reporting solution with SSRS Pin
Mycroft Holmes7-May-14 23:21
professionalMycroft Holmes7-May-14 23:21 
GeneralRe: Custom reporting solution with SSRS Pin
Tridip Bhattacharjee8-May-14 21:24
professionalTridip Bhattacharjee8-May-14 21:24 
AnswerRe: Custom reporting solution with SSRS Pin
ZurdoDev8-May-14 7:53
professionalZurdoDev8-May-14 7:53 
GeneralRe: Custom reporting solution with SSRS Pin
Mycroft Holmes8-May-14 19:06
professionalMycroft Holmes8-May-14 19:06 
GeneralRe: Custom reporting solution with SSRS Pin
Tridip Bhattacharjee8-May-14 21:23
professionalTridip Bhattacharjee8-May-14 21:23 
GeneralRe: Custom reporting solution with SSRS Pin
Mycroft Holmes8-May-14 21:53
professionalMycroft Holmes8-May-14 21:53 
AnswerRe: Custom reporting solution with SSRS Pin
ZurdoDev9-May-14 1:21
professionalZurdoDev9-May-14 1:21 
GeneralRe: Custom reporting solution with SSRS Pin
ZurdoDev9-May-14 1:20
professionalZurdoDev9-May-14 1:20 
GeneralRe: Custom reporting solution with SSRS Pin
Tridip Bhattacharjee8-May-14 21:24
professionalTridip Bhattacharjee8-May-14 21:24 
AnswerRe: Custom reporting solution with SSRS Pin
ZurdoDev9-May-14 1:22
professionalZurdoDev9-May-14 1:22 
QuestionGenerate code automatically for repository design pattern Pin
Tridip Bhattacharjee7-May-14 20:49
professionalTridip Bhattacharjee7-May-14 20:49 
AnswerRe: Generate code automatically for repository design pattern Pin
BillWoodruff9-May-14 16:55
professionalBillWoodruff9-May-14 16:55 
Questioninvoking Text Transformation with Visual studio Package Pin
Kani Mozhi7-May-14 18:44
Kani Mozhi7-May-14 18:44 
AnswerRe: invoking Text Transformation with Visual studio Package Pin
Snehasish_Nandy7-May-14 19:45
professionalSnehasish_Nandy7-May-14 19:45 
GeneralRe: invoking Text Transformation with Visual studio Package Pin
Kani Mozhi7-May-14 19:57
Kani Mozhi7-May-14 19:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.