Test.BuildXL.TestUtilities.Xunit.TruthTableUtil.GetTable(int)

Here are the examples of the csharp api Test.BuildXL.TestUtilities.Xunit.TruthTableUtil.GetTable(int) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : TruthTableGenerator.cs
with MIT License
from microsoft

public static IEnumerable<object[]> GetTable(int dim)
        {
            return TruthTableUtil.GetTable(dim);
        }