public void RunThrowsWhenNullContainerBuilderCreated()
        {
            var bootstrapper = new NullContainerBuilderBootstrapper();

            AssertExceptionThrownOnRun(bootstrapper, typeof(InvalidOperationException), "ContainerBuilder");
        }
        public void RunThrowsWhenNullContainerBuilderCreated()
        {
            var bootstrapper = new NullContainerBuilderBootstrapper();

            AssertExceptionThrownOnRun(bootstrapper, typeof(InvalidOperationException), "ContainerBuilder");
        }