//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void shouldTerminateWhenCallingMethodsOnSchema()
        public virtual void ShouldTerminateWhenCallingMethodsOnSchema()
        {
            AssertFacadeMethodsThrowAfterTerminate(SchemaFacadeMethods.values());
        }
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void shouldRequireTransactionsWhenCallingMethodsOnSchema()
        public virtual void ShouldRequireTransactionsWhenCallingMethodsOnSchema()
        {
            AssertFacadeMethodsThrowNotInTransaction(ObtainEntity(), SchemaFacadeMethods.values());
        }