ReactOS 0.4.16-dev-1946-g52006dd
netshell.c File Reference
#include "com_apitest.h"
#include <debug.h>
Include dependency graph for netshell.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (netshell)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file netshell.c.

Function Documentation

◆ START_TEST()

START_TEST ( netshell  )

Definition at line 156 of file netshell.c.

157{
159}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
VOID TestClasses(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount)
Definition: com_apitest.c:815
#define L(x)
Definition: resources.c:13
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: netshell.c:14

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static

Definition at line 14 of file netshell.c.

Referenced by START_TEST().