Dev2.Core.Tests.FileSystemQueryTest.FileSystemQuery_Constructor_NullDirectoryEntryFactory_ThrowsException C# (CSharp) Method

FileSystemQuery_Constructor_NullDirectoryEntryFactory_ThrowsException() private method

        public void FileSystemQuery_Constructor_NullDirectoryEntryFactory_ThrowsException()
        {
            //------------Setup for test--------------------------
            //------------Execute Test---------------------------
            // ReSharper disable ObjectCreationAsStatement
            new FileSystemQuery(new DirectoryWrapper(), null, new ShareCollectionFactory());
            // ReSharper restore ObjectCreationAsStatement
            //------------Assert Results-------------------------
        }
FileSystemQueryTest