namespace Xunit.Runner.Data { public enum TestDataKind { Value = 1, EndOfData = 2 } }