Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
xUnit new annotation for @DisplayName so it can show instead of the function name
Description
xUnit new annotation for @DisplayName so it can show instead of the function name
// BoxLang
@DisplayName "Floating point addition"
function floatingPointTest(){
...
}
// CFML
function floatingPointTest() displayName="Floating point addition"{
...
}
Activity
Fixed
Pinned fields
Click on the next to a field label to start pinning.
xUnit new annotation for @DisplayName so it can show instead of the function name
// BoxLang @DisplayName "Floating point addition" function floatingPointTest(){ ... } // CFML function floatingPointTest() displayName="Floating point addition"{ ... }