Lucene.Net.Util.LuceneTestCase.AssumeNoException C# (CSharp) Method

AssumeNoException() public static method

public static AssumeNoException ( string msg, Exception e ) : void
msg string
e System.Exception
return void
        public static void AssumeNoException(string msg, Exception e)
        {
            //RandomizedTest.AssumeNoException(msg, e);
        }