Statistics
| Branch: | Revision:

root / trunk / Pithos.Core.Test / FileSystemWatcherAdapterTest.cs @ 7f5882da

History | View | Annotate | Download (516 Bytes)

1
// -----------------------------------------------------------------------
2
// <copyright file="FileSystemWatcherAdapter.cs" company="Microsoft">
3
// TODO: Update copyright text.
4
// </copyright>
5
// -----------------------------------------------------------------------
6

    
7
using NUnit.Framework;
8

    
9
namespace Pithos.Core.Test
10
{
11
    using System;
12
    using System.Collections.Generic;
13
    using System.Linq;
14
    using System.Text;
15

    
16
    [TestFixture]
17
    public class FileSystemWatcherAdapterTest
18
    {
19
        
20

    
21
    }
22
}