aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtoGen.Test/DependencyResolutionTest.cs
blob: 1906c44db9a5e3af2c6fe45b0ae0ebac3cb67397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;

namespace ProtoGen {
  /// <summary>
  /// Tests for the dependency resolution in Generator.
  /// </summary>
  [TestFixture]
  public class DependencyResolutionTest {

    [Test]
    public void TwoDistinctFiles() {
    }
  }
}