예제 #1
0
        public void HandleTest()
        {
            FileUploadOperationHandler target = new FileUploadOperationHandler(); // TODO: Initialize to an appropriate value
            FileOperation operation           = null;                             // TODO: Initialize to an appropriate value

            target.Handle(operation);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
예제 #2
0
        public void FileUploadOperationHandlerConstructorTest()
        {
            FileUploadOperationHandler target = new FileUploadOperationHandler();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }