C# Class Rubberduck.UnitTesting.NewTestMethodCommand

Exibir arquivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
NewExpectedErrorTestMethod ( VBE vbe ) : TestMethod
NewTestMethod ( VBE vbe ) : TestMethod

Private Methods

Method Description
GetNextTestMethodName ( VBComponent component ) : string

Method Details

NewExpectedErrorTestMethod() public static method

public static NewExpectedErrorTestMethod ( VBE vbe ) : TestMethod
vbe VBE
return TestMethod

NewTestMethod() public static method

public static NewTestMethod ( VBE vbe ) : TestMethod
vbe VBE
return TestMethod