Java Doc for TestData.java in » Rule-Engine » Mandarax » test » org » mandarax » zkb » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Rule Engine
»
Mandarax
»
test.org.mandarax.zkb
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
test.org.mandarax.zkb
.TestData
TestData
public
class TestData implements
LogCategories
(Code)
Utility providing all kind of test data for ZKB test cases.
author:
Jens Dietrich
version:
3.4 <7 March 05>
since:
2.2
Field Summary
static
LogicFactory
lfactory
static
LogicFactorySupport
lfs
Method Summary
public
static
Rule
andRule
()
public
static
DataSource
dataSource
()
Get a data source.
public
static
Fact
fact1
()
public
static
Fact
fact10
()
Get a fact with a simple predicate, a sql function and variable terms.
public
static
Fact
fact2
()
public
static
Fact
fact3
()
public
static
Fact
fact4
()
public
static
Fact
fact5
()
public
static
Fact
fact6
()
public
static
Fact
fact7
()
Get a fact with a jpredicate and variable terms.
public
static
Fact
fact8
()
Get a fact with a simple predicate, a jfunction and variable terms.
public
static
Fact
fact9
()
Get a fact with a sql predicate and variable terms.
public
static
JFunction
jFunction
()
Get a jfunction returning a string.
public
static
JPredicate
jPredicate
()
public
static
Rule
negRule
()
public
static
Rule
orRule
()
public
static
Prerequisite
prereq1
()
public
static
Prerequisite
prereq2
()
public
static
Prerequisite
prereq3
()
public
static
Query
query1
()
Get a query.
public
static
Query
query2
()
Get a query.
public
static
Query
query3
()
Get a query.
public
static
Rule
rule1
()
Get a simple rule.
public
static
SimplePredicate
simplePredicate1
()
Get a simple predicate associating Strings.
public
static
SimplePredicate
simplePredicate2
()
Get a simple predicate associating beans (=instances of Person).
public
static
SimplePredicate
simplePredicate3
()
Get a simple predicate associating Strings.
public
static
SQLClauseSet
sqlClauseSet
()
Get a SQL clause set.
public
static
SQLFunction
sqlFunction1
()
Get a SQL function returning a string.
public
static
SQLPredicate
sqlPredicate
()
Get an SQL predicate associating two strings.
public
static
TestCase
testCase1
()
Get a test case.
public
static
TestCase
testCase2
()
Get a test case.
public
static
TestCase
testCase3
()
Get a test case.
public
static
TestCase
testCase4
()
Get a test case.
public
static
TestCase
testCase5
()
Get a test case.
public
static
TestCase
testCase6
()
Get a test case.
Field Detail
lfactory
static
LogicFactory
lfactory
(Code)
lfs
static
LogicFactorySupport
lfs
(Code)
Method Detail
andRule
public
static
Rule
andRule()
(Code)
Get a rule with two prerequisites connected by AND a rule
dataSource
public
static
DataSource
dataSource()
(Code)
Get a data source. a data source
fact1
public
static
Fact
fact1()
(Code)
Get a fact with a simple predicate and variable terms a fact
fact10
public
static
Fact
fact10()
(Code)
Get a fact with a simple predicate, a sql function and variable terms. a fact
fact2
public
static
Fact
fact2()
(Code)
Get a fact with a simple predicate and variable terms a fact
fact3
public
static
Fact
fact3()
(Code)
Get a fact with a simple predicate and variable terms a fact
fact4
public
static
Fact
fact4()
(Code)
Get a fact with a simple predicate and constant terms a fact
fact5
public
static
Fact
fact5()
(Code)
Get a fact with a simple predicate and constant terms a fact
fact6
public
static
Fact
fact6()
(Code)
Get a fact with a simple predicate and constant terms a fact
fact7
public
static
Fact
fact7()
(Code)
Get a fact with a jpredicate and variable terms. a fact
fact8
public
static
Fact
fact8()
(Code)
Get a fact with a simple predicate, a jfunction and variable terms. a fact
fact9
public
static
Fact
fact9()
(Code)
Get a fact with a sql predicate and variable terms. a fact
jFunction
public
static
JFunction
jFunction()
(Code)
Get a jfunction returning a string. a simple predicate
jPredicate
public
static
JPredicate
jPredicate()
(Code)
Get a j predicate a j predicate
negRule
public
static
Rule
negRule()
(Code)
Get a rule with a negated and an unnegated prerequisite connected by AND a rule
orRule
public
static
Rule
orRule()
(Code)
Get a rule with two prerequisites connected by AND a rule
prereq1
public
static
Prerequisite
prereq1()
(Code)
Get a prerequisite with a simple predicate and variable terms a prerequisite
prereq2
public
static
Prerequisite
prereq2()
(Code)
Get a prerequisite with a simple predicate and variable terms a prerequisite
prereq3
public
static
Prerequisite
prereq3()
(Code)
Get a prerequisite with a simple predicate and variable terms a prerequisite
query1
public
static
Query
query1()
(Code)
Get a query. a query
query2
public
static
Query
query2()
(Code)
Get a query. a query
query3
public
static
Query
query3()
(Code)
Get a query. a query
rule1
public
static
Rule
rule1()
(Code)
Get a simple rule. a rule
simplePredicate1
public
static
SimplePredicate
simplePredicate1()
(Code)
Get a simple predicate associating Strings. a simple predicate
simplePredicate2
public
static
SimplePredicate
simplePredicate2()
(Code)
Get a simple predicate associating beans (=instances of Person). a simple predicate
simplePredicate3
public
static
SimplePredicate
simplePredicate3()
(Code)
Get a simple predicate associating Strings. a simple predicate
sqlClauseSet
public
static
SQLClauseSet
sqlClauseSet()
(Code)
Get a SQL clause set. a fact
sqlFunction1
public
static
SQLFunction
sqlFunction1()
(Code)
Get a SQL function returning a string. an sql function
sqlPredicate
public
static
SQLPredicate
sqlPredicate()
(Code)
Get an SQL predicate associating two strings. an sql predicate
testCase1
public
static
TestCase
testCase1()
(Code)
Get a test case. a test case.
testCase2
public
static
TestCase
testCase2()
(Code)
Get a test case. a test case.
testCase3
public
static
TestCase
testCase3()
(Code)
Get a test case. a test case.
testCase4
public
static
TestCase
testCase4()
(Code)
Get a test case. a test case.
testCase5
public
static
TestCase
testCase5()
(Code)
Get a test case. a test case.
testCase6
public
static
TestCase
testCase6()
(Code)
Get a test case. a test case.
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.