コード例 #1
0
        public IObjectAssert ObjectExists(string objectName, ObjectType objectType)
        {
            AssertObjectExists(objectName, objectType);

            var newContext = new ObjectMigrationContext(Context, objectName, objectType);

            return(new ObjectAssert(newContext));
        }
コード例 #2
0
 public ObjectAssert(ObjectMigrationContext context)
 {
     Context = context;
 }