Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TEST
Function
TEST
trinityal/tests/ALResultTest.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"StdAfx.h"
4
5
TEST( ALResult, DefaultResultIsSuccess )
6
{
7
ALResult result;
8
EXPECT_EQ( S_OK, result.GetResult() );
9
}
10
11
TEST( ALResult, CanCreateALResultFromHRESULT )
12
{
Callers
nothing calls this directly
Calls
4
BeIsSuccess
Function · 0.85
GetCategory
Method · 0.80
BeGetErrorMessage
Function · 0.50
GetResult
Method · 0.45
Tested by
no test coverage detected