GeneratorTest.cs 101 B

1234567
  1. using NUnit.Framework;
  2. namespace ProtoGen {
  3. [TestFixture]
  4. public class GeneratorTest {
  5. }
  6. }