repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tests
/
kits
/
support
/
bstring
/
StringCaseTest.h
blob
3ddf3f6ea7f882815aa2cfb717c5a6f0384b7abe
1
#ifndef StringCaseTest_H
2
#define StringCaseTest_H
3
4
#include
"TestCase.h"
5
#include <String.h>
6
7
8
class
StringCaseTest
:
public
BTestCase
9
{
10
11
private
:
12
13
protected
:
14
15
public
:
16
static
Test
*
suite
(
void
);
17
void
PerformTest
(
void
);
18
StringCaseTest
(
std
::
string name
=
""
);
19
virtual
~
StringCaseTest
();
20
};
21
22
#endif