Exemplo n.º 1
0
 public void GetDefaultConsoleOptionsTest()
 {
     options = new OptionsParser();
     Assert.IsInstanceOfType(typeof(ConsoleOptions), options.GetDefaultConsoleOptions(), "#1");
 }
Exemplo n.º 2
0
		public void GetDefaultConsoleOptionsTest ()
		{
			options = new OptionsParser ();
			Assert.IsInstanceOfType (typeof (ConsoleOptions), options.GetDefaultConsoleOptions (), "#1");
		}