public void FromSourceBatch_ValidSources_ReturnsExpected(string[] sources)
        {
            var compiler = new StubCompiler();

            Assert.Null(compiler.FromSourceBatchEntryPoint(new CompilerParameters(), sources));
        }