Code inspection: NUnit. Non-public test method.
NUnit test methods marked with [Test]
or [TestCase]
as well as classes marked with [TestFixture]
and all their constructors must have public visibility.
Last modified: 11 February 2024
NUnit test methods marked with [Test]
or [TestCase]
as well as classes marked with [TestFixture]
and all their constructors must have public visibility.