↧
Created Unassigned: GenericCollectionAssertions needs BeSameAs() [12499]
There are times when you want to test that some method returns the same array that was passed into it. For example:[Test] public void CombineNullFirstBufferReturnsSecond(){ var second = new byte[] { 1...
View ArticleCommented Unassigned: GenericCollectionAssertions needs BeSameAs() [12499]
There are times when you want to test that some method returns the same array that was passed into it. For example:[Test] public void CombineNullFirstBufferReturnsSecond(){ var second = new byte[] { 1...
View Article