| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Feb 23 at 7:36 | |
| stats | profile views | 10 |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? hey i solved it. |
|
Jan 15 |
awarded | Commentator |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? @J. Steen: should i use here rhinomock ? i thought it is not important. |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? @J. Steen: classobject means i am just calling that property. ReportParameterDTO dto = new ReportParameterDTO(); dto.Name = "@test"; i am writing tests in anather class |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? Yes i talking about code coverage. But i am confused because debugger never go on set part. It only cover get part. Thats why set part is uncovered. I want to cover it. |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? here is my unit test [Test] public void TestNameHaveValue() { classobject.Name = "@test"; //Assert } |
|
Jan 15 |
comment |
Why does this unit test not cover my property setter? while i debug my unit test, it only cover get { return this.name; } & not the set part. And i am unit testing Name. |
|
Jan 15 |
asked | Why does this unit test not cover my property setter? |
|
Jan 11 |
comment |
Model showing null Hey Roy Dictus, Still showing error. |
|
Jan 11 |
comment |
Model showing null Hey Andras Zoltan, i debug on model then it will show null. |
|
Jan 11 |
revised |
Model showing null deleted 4 characters in body |
|
Jan 11 |
asked | Model showing null |
|
Jan 4 |
awarded | Student |
|
Jan 4 |
comment |
filterContext.HttpContext.Request.IsAuthenticated showing invalid operation error I have looked over internet , i am using reflection for testing private, protected methods. It is possible with reflection. But problem is still there. |
|
Jan 4 |
revised |
filterContext.HttpContext.Request.IsAuthenticated showing invalid operation error edited tags |
|
Jan 4 |
revised |
filterContext.HttpContext.Request.IsAuthenticated showing invalid operation error deleted 19 characters in body; edited tags |
|
Jan 4 |
asked | filterContext.HttpContext.Request.IsAuthenticated showing invalid operation error |
|
Jan 4 |
awarded | Editor |
|
Oct 26 |
awarded | Teacher |
|
Oct 26 |
answered | Request.IsAjaxRequest never returns true in MVC3 |