MCPcopy 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
5TEST( ALResult, DefaultResultIsSuccess )
6{
7 ALResult result;
8 EXPECT_EQ( S_OK, result.GetResult() );
9}
10
11TEST( ALResult, CanCreateALResultFromHRESULT )
12{

Callers

nothing calls this directly

Calls 4

BeIsSuccessFunction · 0.85
GetCategoryMethod · 0.80
BeGetErrorMessageFunction · 0.50
GetResultMethod · 0.45

Tested by

no test coverage detected