Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flaque/filet
/ functions
Functions
15 in github.com/Flaque/filet
⨍
Functions
15
◇
Types & classes
1
↓ 8 callers
Function
CleanUp
* CleanUp removes all files in our test registry and calls `t.Error` if something goes wrong. */
filet.go:84
↓ 8 callers
Function
Exists
* Exists returns true if the file exists. Calls t.Error if something goes wrong while checking. */
filet.go:98
↓ 6 callers
Method
Error
(args ...interface{})
filet.go:12
↓ 5 callers
Function
FileSays
* FileSays returns true if the file at the path contains the expected byte array content. */
filet.go:71
↓ 5 callers
Function
TmpDir
* TmpDir Creates a tmp directory for us to use. */
filet.go:22
↓ 5 callers
Function
TmpFile
* TmpFile Creates a tmp file for us to use when testing */
filet.go:35
↓ 2 callers
Function
DirContains
* DirContains returns true if the dir contains the path. Calls t.Error if something goes wrong while checking. */
filet.go:110
↓ 2 callers
Function
File
* File Creates a specified file for us to use when testing */
filet.go:52
Function
TestCleanUp
(t *testing.T)
filet_test.go:83
Function
TestDirContains
(t *testing.T)
filet_test.go:72
Function
TestExists
(t *testing.T)
filet_test.go:62
Function
TestFile
(t *testing.T)
filet_test.go:34
Function
TestFileSays
(t *testing.T)
filet_test.go:47
Function
TestTmpDir
(t *testing.T)
filet_test.go:11
Function
TestTmpFile
(t *testing.T)
filet_test.go:19