plptools
Loading...
Searching...
No Matches
pathutilstests.cc File Reference
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include "doctest.h"
#include "pathutils.h"
Include dependency graph for pathutilstests.cc:

Go to the source code of this file.

Functions

 TEST_CASE ("pathutils::epoc_basename")
 
 TEST_CASE ("pathutils::epoc_dirname")
 
 TEST_CASE ("pathutils::is_absolute")
 
 TEST_CASE ("pathutils::appending_components")
 
 TEST_CASE ("pathutils::split")
 
 TEST_CASE ("pathutils::join")
 
 TEST_CASE ("pathutils::resolve_path")
 

Function Documentation

◆ TEST_CASE() [1/7]

TEST_CASE ( "pathutils::appending_components"  )

Definition at line 95 of file pathutilstests.cc.

◆ TEST_CASE() [2/7]

TEST_CASE ( "pathutils::epoc_basename"  )

Definition at line 30 of file pathutilstests.cc.

◆ TEST_CASE() [3/7]

TEST_CASE ( "pathutils::epoc_dirname"  )

Definition at line 40 of file pathutilstests.cc.

◆ TEST_CASE() [4/7]

TEST_CASE ( "pathutils::is_absolute"  )

Definition at line 70 of file pathutilstests.cc.

◆ TEST_CASE() [5/7]

TEST_CASE ( "pathutils::join"  )

Definition at line 124 of file pathutilstests.cc.

◆ TEST_CASE() [6/7]

TEST_CASE ( "pathutils::resolve_path"  )

Definition at line 162 of file pathutilstests.cc.

◆ TEST_CASE() [7/7]

TEST_CASE ( "pathutils::split"  )

Definition at line 101 of file pathutilstests.cc.