Exemplo n.º 1
0
        public void Exclude_NullTypeGiven_ShouldThrowArgumentNullException()
        {
            IAssemblyTraverserConfigurator configurator = testee;

            configurator.Invoking(x => x.Exclude(null))
            .ShouldThrow <ArgumentNullException>();
        }