예제 #1
0
        public void You_can_only_get_child_output_during_execution(object input)
        {
            var sut = new FakeOperation();

            Assert.Throws <InvalidOperationException>(() => sut.PublicGetChildOutputValue <object>());
        }