Esempio n. 1
0
		public void CreateUtilityModuleTest()
		{
			var result = new Underscore.Module.Utility(
				new CompactComponent(),
				new FunctionComponent(),
				new MathComponent(),
				new ObjectComponent(),
				new StringComponent()
			);
		}
Esempio n. 2
0
 public void CreateUtilityModuleTest()
 {
     var result = new Underscore.Module.Utility(
         new CompactComponent(),
         new FunctionComponent(),
         new MathComponent(),
         new ObjectComponent(),
         new StringComponent()
         );
 }