GeneratorTest.cs 213 B

12345678910
  1. using Google.ProtocolBuffers.DescriptorProtos;
  2. using NUnit.Framework;
  3. using Google.ProtocolBuffers.Descriptors;
  4. namespace Google.ProtocolBuffers.ProtoGen {
  5. [TestFixture]
  6. public class GeneratorTest {
  7. }
  8. }