NUnit.Framework.Internal.Commands.TheoryResultCommand
TheoryResultCommand adjusts the result of a Theory so that
it fails if all the results were inconclusive.
namespace NUnit.Framework.Internal.Commands
{
public class TheoryResultCommand : AfterTestCommand
{
public TheoryResultCommand(TestCommand command);
}
}