TestActionCommand public class TestActionCommand : DelegatingTestCommand TestActionCommand runs the BeforeTest actions for a test, then runs the test and finally runs the AfterTestActions. Documentation Code public TestActionCommand(TestCommand innerCommand) Initializes a new instance of the TestActionCommand class.