Main Page Alphabetical List Compound List File List Compound Members File Members
advertservice_add_tests.c File ReferenceTests the GATAdvertService_Add functionality.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "GAT.h"
#include "GATTestUtils.h"
Include dependency graph for advertservice_add_tests.c:
Go to the source code of this file.
|
Functions |
| int | main (int argc, const char *const argv[]) |
Variables |
| const char * | rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/advertservice_add_tests.c,v 1.6 2004/04/20 17:04:59 hartmutkaiser Exp $" |
Detailed Description
Tests the GATAdvertService_Add functionality.
- Date:
-
Fri Mar 19 2004
- Version:
-
- Header:
-
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/advertservice_add_tests.c,v 1.6 2004/04/20 17:04:59 hartmutkaiser Exp
Copyright (C) Hartmut Kaiser This file is part of the GAT Engine. Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.
Use, modification and distribution is subject to the Gridlab Software License. (See accompanying file GLlicense.txt or copy at http://www.gridlab.org/GLlicense.txt)
Definition in file advertservice_add_tests.c.
Function Documentation
| int main |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
|
|
|
|
Definition at line 41 of file advertservice_add_tests.c.
References GAT_SUCCEEDED, GAT_SUCCESS, GAT_TEST, GAT_TEST_FINISH, GAT_TEST_INIT, GAT_TEST_START, GAT_TEST_STOP, GAT_TEST_SUITE, GAT_TEST_TRACE, GATAdvertService, GATAdvertService_Add(), GATAdvertService_Create(), GATAdvertService_Destroy(), GATContext_Create(), GATContext_Destroy(), GATContext_GetType(), GATFile_Create(), GATFile_Destroy(), GATJob, GATJob_Destroy(), GATJob_GetJobID(), GATJobID, GATLocation_Create(), GATLocation_Destroy(), GATResult, GATSelf_GetJob(), GATString_Create(), GATString_Destroy(), GATString_GetBuffer(), GATTable_Add_String(), GATTable_Create(), GATTable_Destroy(), GATTest_CreateTempFile(), GATType_GATContext, GATuint32, and src. |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/advertservice_add_tests.c,v 1.6 2004/04/20 17:04:59 hartmutkaiser Exp $" [static]
|
|
|