public void TestMethod1() { // Arrange var unitUnderTest = new ClassWithGenericInterface(TODO, TODO, TODO); // Act // Assert Assert.Fail(); }
public void TestMethod1() { // Arrange // Act ClassWithGenericInterface classWithGenericInterface = this.CreateClassWithGenericInterface(); // Assert }
public void TestMethod1() { // Arrange var classWithGenericInterface = new ClassWithGenericInterface(TODO, TODO, TODO); // Act // Assert Assert.True(false); }