using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; namespace ProtoGen { /// /// Tests for the dependency resolution in Generator. /// [TestFixture] public class DependencyResolutionTest { [Test] public void TwoDistinctFiles() { } } }