public void TestLoadCustomPlatform() { var agrix = new Agrix("platform: test", new AgrixSettings("abc", "http://example.org/", TestAssembly)); Assert.Equal(typeof(TestPlatform), agrix.LoadPlatform().GetType()); }
public void TestLoadPlatform() { var agrix = new Agrix( "platform: vultr", BasicSettings); Assert.Equal( typeof(VultrPlatform), agrix.LoadPlatform().GetType()); }