Example #1
0
 public INakedObject CreateTransientTestObject() {
     var pojo = new TestPojo();
     return CreateTransientTestObject(pojo);
 }
Example #2
0
 public INakedObject CreatePersistentTestObject() {
     var pojo = new TestPojo();
     return CreatePersistentTestObject(pojo);
 }