Hey community!
It's time to elevate your unit tests to the next level with iris-TripleSlash new solo feature!
We are bring to the game Setup and Tear down events!
Just add description on class, with special tags like:
- beforeAll
- beforeOne
- afterAll
- afterOne
The tripleSlash will turn it to:
- OnBeforeAllTests
- OnBeforeOneTest
- OnAfterAllTests
- OnAfterOneTest
And that's not all! The new double dot abbreviation feature allows you to effortlessly call methods and simplify your code, i.e.:
///<example>/// Write ..TheAnswerForEverything()/// 42///</example>
These tests run fine in Studio.