Support OneTimeSetUp & OneTimeTearDown attributed functions
stakemura opened this issue · 2 comments
stakemura commented
Would you like to support OneTimeSetUp & OneTimeTearDown attributed functions?
I know I should provide the patch.
But it is too heavy for me. sorry...
neuecc commented
Thank you for your request.
First of all, it would be good if the following could be.
///
Already supported
- SetUp
- TearDown
- Test
- UnityTest
- TestCase
- TestCaseSource
NUnit Attributes
- OneTimeSetUp
- OneTimeTearDown
- SetUpFixture
Unity Attributes
- UnitySetUp
- UnityTearDown
- PrebuildSetup
- PostBuildCleanup
neuecc commented
I've released 2.4.0, it supports these attribute(without PrebuildSetup/PostBuildCleanup).
Please try it.