fix run-test
[mcs.git] / class / System.Runtime.Caching / Test / System.Runtime.Caching / HostFileChangeMonitorTest.cs
blob97ef978e101a619393930c94f856cbb501c17880
1 using System;
2 using System.Runtime.Caching;
4 using NUnit.Framework;
6 namespace MonoTests.System.Runtime.Caching
8 [TestFixture]
9 public class HostFileChangeMonitorTest
11 [Test]
12 [ExpectedException (typeof (ArgumentNullException))]
13 public void CtorNullFilePaths ()
15 new HostFileChangeMonitor (null);