//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void after()
        public virtual void After()
        {
            try
            {
                Accessor.consistencyCheck(ReporterFactories.throwingReporterFactory());
            }
            finally
            {
                Accessor.drop();
                Accessor.Dispose();
            }
        }
Exemple #2
0
 public override bool ConsistencyCheck(ReporterFactory reporterFactory)
 {
     return(Delegate.consistencyCheck(reporterFactory));
 }