blob: 851e7197956fbcf03e5c2c4a04d5cfb934ab8cd9 [file] [log] [blame]
namespace org.apache.maven.it.unit {
using NUnit.Framework;
using System;
using org.apache.maven.it;
[TestFixture]
public class It0017Test1 {
private String hello = "hello";
[Test]
public void TestSample() {
new It0016();
}
}
}