Skip to content

Files

Latest commit

c71a816 · Feb 1, 2021

History

History

Energy.UnitTests

Test method conventions:

public void MethodName_ExpectedBehavior_StateUnderTest() { // Arrange

// Act

// Assert

}