public void TestBackgroundSetAndInFiles() { var context = new BeatmapVerifierContext(beatmap, new TestWorkingBeatmap(beatmap)); Assert.That(check.Run(context), Is.Empty); }
public void TestBackgroundSetAndInFiles() { Assert.That(check.Run(beatmap, new TestWorkingBeatmap(beatmap)), Is.Empty); }