A convention that finds readable and writeable members and adds them to the class map.
Inheritance: ConventionBase, IClassMapConvention
 public void FixtureSetUp()
 {
     _subject = new ReadWriteMemberFinderConvention();
 }
Exemplo n.º 2
0
 public void OneTimeSetUp()
 {
     _subject = new ReadWriteMemberFinderConvention();
 }
 public ReadWriteMemberFinderConventionsTests()
 {
     _subject = new ReadWriteMemberFinderConvention();
 }