Sparse Virtual File System  0.4.1
A Sparse Virtual File System.
Classes | Namespaces | Functions
test_svf.h File Reference
#include <string>
#include <sstream>
#include "svf.h"
#include "test.h"

Go to the source code of this file.

Classes

class  SVFS::Test::TestCaseABC
 Abstract base class for tests cases. More...
 
class  SVFS::Test::TestCaseWrite
 Specialisation of a test case for writing to a SVF. More...
 
class  SVFS::Test::TestCaseWriteThrows
 Specialisation of a test case where a write to a SVF throws an exception. More...
 
class  SVFS::Test::TestCaseRead
 Specialisation of a test case for writing to a SVF. More...
 
class  SVFS::Test::TestCaseReadThrows
 Specialisation of a test case where a write to a SVF throws an exception. More...
 
class  SVFS::Test::TestCaseHas
 Specialisation of a test case for a SVF has() . More...
 
class  SVFS::Test::TestCaseNeed
 Specialisation of a test case for a SVF need() . More...
 
class  SVFS::Test::TestCaseNeedGreedy
 Specialisation of a test case for a SVF need() with a greedy length. More...
 
class  SVFS::Test::TestCaseErase
 Specialisation of a test case for erase() on a SVF. More...
 
class  SVFS::Test::TestCaseEraseThrows
 Specialisation of a test case where erase() on a SVF throws an exception. More...
 

Namespaces

 SVFS
 The namespace for all svfsc code.
 
 SVFS::Test
 The namespace for all the Test code in svfsc code.
 

Functions

TestCount SVFS::Test::test_svf_all (t_test_results &results)
 

Detailed Description

A Sparse Virtual File implementation.

Created by Paul Ross on 2020-01-22.

   MIT License

   Copyright (c) 2020-2025 Paul Ross

   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   in the Software without restriction, including without limitation the rights
   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in all
   copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

Definition in file test_svf.h.