yu_ac_bg_etf_javaqx_nunit_NativeTest.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_nunit_NativeTest.h  0.2.0 / 2007-09-07
00003  *
00004  * Copyright (c) 2007, ETF and contributors. All rights reserved.
00005  *
00006  * This software is licensed under the LGPL, version 2.1, license.
00007  * A copy of the license is included in the file LICENSE-LGPL.txt.
00008  */
00009 #ifndef YU_AC_BG_ETF_JAVAQX_NUNIT_NATIVETEST_H
00010 #define YU_AC_BG_ETF_JAVAQX_NUNIT_NATIVETEST_H
00011 
00012 #include <jni.h>
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif // __cplusplus
00017 
00018 /*
00019  * Header file for: yu_ac_bg_etf_javaqx_nunit_NativeTest
00020  * 
00021  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00022  */
00023 
00024 /*
00025  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00026  * Method:    _setUp
00027  * Signature: (J)V
00028  */
00029 JNIEXPORT void JNICALL
00030 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1setUp
00031   (JNIEnv *, jobject, jlong);
00032 
00033 /*
00034  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00035  * Method:    _tearDown
00036  * Signature: (J)V
00037  */
00038 JNIEXPORT void JNICALL
00039 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1tearDown
00040   (JNIEnv *, jobject, jlong);
00041 
00042 /*
00043  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00044  * Method:    _invokeMethod
00045  * Signature: (JLjava/lang/String;)Z
00046  */
00047 JNIEXPORT jboolean JNICALL
00048 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1invokeMethod
00049   (JNIEnv *, jobject, jlong, jstring);
00050 
00051 /*
00052  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00053  * Method:    _getTestModules
00054  * Signature: ()Ljava/lang/String;
00055  */
00056 JNIEXPORT jobjectArray JNICALL
00057 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1getTestModules
00058   (JNIEnv *, jclass);
00059 
00060 /*
00061  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00062  * Method:    _getTestCases
00063  * Signature: (Ljava/lang/String;)Ljava/lang/String;
00064  */
00065 JNIEXPORT jobjectArray JNICALL
00066 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1getTestCases
00067   (JNIEnv *, jclass, jstring);
00068 
00069 /*
00070  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00071  * Method:    _createTestCase
00072  * Signature: (Ljava/lang/String;Ljava/lang/String;)J
00073  */
00074 JNIEXPORT jlong JNICALL
00075 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1createTestCase
00076   (JNIEnv *, jclass, jstring, jstring);
00077 
00078 /*
00079  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00080  * Method:    _getTests
00081  * Signature: (J)Ljava/lang/String;
00082  */
00083 JNIEXPORT jobjectArray JNICALL
00084 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1getTests
00085   (JNIEnv *, jclass, jlong);
00086 
00087 /*
00088  * Class:     yu_ac_bg_etf_javaqx_nunit_NativeTest
00089  * Method:    _initialize
00090  * Signature: ()V
00091  */
00092 JNIEXPORT void JNICALL
00093 Java_yu_ac_bg_etf_javaqx_nunit_NativeTest__1initialize
00094   (JNIEnv *, jclass);
00095 
00096 #ifdef __cplusplus
00097 }
00098 #endif // __cplusplus
00099 
00100 #endif //YU_AC_BG_ETF_JAVAQX_NUNIT_NATIVETEST_H
00101 
00102 /*^*****************************************************************************
00103   File History:
00104 
00105  - 2007-09-07 14:30:01 JavaQx Native Generator
00106    Initial version
00107 
00108 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.