public void GetExecutorShouldReturnListTestsTargetPathArgumentProcessorCapabilities()
        {
            ListTestsTargetPathArgumentProcessor processor = new ListTestsTargetPathArgumentProcessor();

            Assert.IsTrue(processor.Executor.Value is ListTestsTargetPathArgumentExecutor);
        }
        public void GetMetadataShouldReturnListTestsTargetPathArgumentProcessorCapabilities()
        {
            ListTestsTargetPathArgumentProcessor processor = new ListTestsTargetPathArgumentProcessor();

            Assert.IsTrue(processor.Metadata.Value is ListTestsTargetPathArgumentProcessorCapabilities);
        }