This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Test] | |
public void TestFxitureFreeze() | |
{ | |
Fixture fixture = new Fixture(); | |
fixture.Freeze(false); | |
var f = fixture.CreateAnonymous<Func<bool>>(); | |
Assert.That(f(),Is.False); // fails | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xml> | |
<test attr="lalala"> | |
mydata | |
</test> | |
</xml> |
NewerOlder