A B C D E F G H I J K L N O P R S T U V W 
All Classes All Packages

A

add(String, Boolean) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
add(String, Integer) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
add(String, Object[], String, OracleConnection) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
add(String, String) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
addCoverageScheme(String) - Method in class org.utplsql.api.TestRunner
 
addCoverageSchemes(Collection<String>) - Method in class org.utplsql.api.TestRunner
 
addIfNotEmpty(String, Boolean) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
addIfNotEmpty(String, Integer) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
addIfNotEmpty(String, Object[], String, OracleConnection) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
addIfNotEmpty(String, String) - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
addPath(String) - Method in class org.utplsql.api.TestRunner
 
addPathList(List<String>) - Method in class org.utplsql.api.TestRunner
 
addReporter(String) - Method in class org.utplsql.api.TestRunner
 
addReporter(Reporter) - Method in class org.utplsql.api.TestRunner
 
addReporterList(List<Reporter>) - Method in class org.utplsql.api.TestRunner
 
addTag(String) - Method in class org.utplsql.api.TestRunner
 
addTags(Collection<String>) - Method in class org.utplsql.api.TestRunner
 

B

build() - Method in class org.utplsql.api.db.DynamicParameterList.DynamicParameterListBuilder
 
builder() - Static method in class org.utplsql.api.db.DynamicParameterList
Returns a builder to create a DynamicParameterList

C

CLIENT_CHARACTER_SET - org.utplsql.api.compatibility.OptionalFeatures
 
clientCharacterSet - Variable in class org.utplsql.api.TestRunnerOptions
 
close() - Method in class org.utplsql.api.testRunner.DynamicTestRunnerStatement
 
close() - Method in interface org.utplsql.api.testRunner.TestRunnerStatement
 
colorConsole - Variable in class org.utplsql.api.TestRunnerOptions
 
colorConsole(boolean) - Method in class org.utplsql.api.TestRunner
 
compareTo(Version) - Method in class org.utplsql.api.Version
 
compareTo(Version, boolean) - Method in class org.utplsql.api.Version
 
CompatibilityProxy - Class in org.utplsql.api.compatibility
Class to check compatibility with database framework and also to give several specific implementations depending on the version of the connected framework.
CompatibilityProxy(Connection) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
 
CompatibilityProxy(Connection, boolean) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
Deprecated.
CompatibilityProxy(Connection, boolean, DatabaseInformation) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
Deprecated.
CompatibilityProxy(Connection, DatabaseInformation) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
 
CompatibilityProxy(Connection, Version) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
 
CompatibilityProxy(Connection, Version, DatabaseInformation) - Constructor for class org.utplsql.api.compatibility.CompatibilityProxy
 
copyResources(Path, Path) - Static method in class org.utplsql.api.ResourceUtil
Copy directory from a jar file to the destination folder
CoreReporters - Enum in org.utplsql.api.reporter
This enum defines default reporters, added and maintained by the utPLSQL team, and information since (and maybe until) which version they exist
CoverageHTMLReporter - Class in org.utplsql.api.reporter
 
CoverageHTMLReporter() - Constructor for class org.utplsql.api.reporter.CoverageHTMLReporter
 
CoverageHTMLReporter(String, Object[]) - Constructor for class org.utplsql.api.reporter.CoverageHTMLReporter
 
coverageSchemes - Variable in class org.utplsql.api.TestRunnerOptions
 
create(String) - Static method in class org.utplsql.api.Version
 
create(Datum, int) - Method in class org.utplsql.api.reporter.ReporterFactory
 
create(ReporterFactory, Connection) - Static method in interface org.utplsql.api.reporter.inspect.ReporterInspector
Returns a new instance of a ReporterInspector, based on the utPLSQL version used in the connection
createDefault(CompatibilityProxy) - Static method in class org.utplsql.api.reporter.ReporterFactory
Returns a new instance of a ReporterFactory with the default ReporterFactoryMethods registered.
createEmpty() - Static method in class org.utplsql.api.reporter.ReporterFactory
Returns a new instance of an empty ReporterFactory with no registered ReporterFactoryMethods Normally, you should be using createDefault-method instead.
createReporter(String) - Method in class org.utplsql.api.reporter.ReporterFactory
Returns a new reporter of the given name (or should do so).
createReporter(String, Object[]) - Method in class org.utplsql.api.reporter.ReporterFactory
Returns a new reporter of the given name.
CUSTOM_REPORTERS - org.utplsql.api.compatibility.OptionalFeatures
 
CustomTypes - Class in org.utplsql.api
Database custom data reporter.

D

DatabaseInformation - Interface in org.utplsql.api.db
Abstraction-interface to encapsulate Database-Calls (and potentially mock them)
DatabaseNotCompatibleException - Exception in org.utplsql.api.exception
Custom exception to indicate API is not compatible with database framework
DatabaseNotCompatibleException(String, Version, Version, Throwable) - Constructor for exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
DatabaseNotCompatibleException(Version) - Constructor for exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
DatabaseNotCompatibleException(Version, Throwable) - Constructor for exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
DatabaseNotCompatibleException(Version, Version) - Constructor for exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
DatabaseNotCompatibleException(Version, Version, Throwable) - Constructor for exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
DBHelper - Class in org.utplsql.api
Database utility functions.
DEFAULT_ASSETS_PATH - Static variable in class org.utplsql.api.reporter.CoverageHTMLReporter
 
DefaultDatabaseInformation - Class in org.utplsql.api.db
 
DefaultDatabaseInformation() - Constructor for class org.utplsql.api.db.DefaultDatabaseInformation
 
DefaultReporter - Class in org.utplsql.api.reporter
This is a basic Reporter implementation, using ORAData interface
DefaultReporter(String, Object[]) - Constructor for class org.utplsql.api.reporter.DefaultReporter
 
description - Variable in class org.utplsql.api.reporter.ReporterFactory.ReporterFactoryMethodInfo
 
disableDBMSOutput(Connection) - Static method in class org.utplsql.api.DBHelper
Disable the dbms_output buffer.
DocumentationReporter - Class in org.utplsql.api.reporter
 
DocumentationReporter() - Constructor for class org.utplsql.api.reporter.DocumentationReporter
 
DocumentationReporter(String, Object[]) - Constructor for class org.utplsql.api.reporter.DocumentationReporter
 
DynamicParameterList - Class in org.utplsql.api.db
Lets you build a list of parameters for a CallableStatement
Create it with the Builder (DynamicParameterList.builder())
DynamicParameterList.DynamicParameterListBuilder - Class in org.utplsql.api.db
Builder-class for DynamicParameterList
Usage:
DynamicTestRunnerStatement - Class in org.utplsql.api.testRunner
 

E

enableDBMSOutput(Connection) - Static method in class org.utplsql.api.DBHelper
Enable the dbms_output buffer with unlimited size.
EnvironmentVariableUtil - Class in org.utplsql.api
This class provides an easy way to get environmental variables.
ERROR_CODE - Static variable in exception org.utplsql.api.exception.SomeTestsFailedException
 
ERROR_CODE - Static variable in exception org.utplsql.api.exception.UtPLSQLNotInstalledException
 
excludeObject(String) - Method in class org.utplsql.api.TestRunner
 
excludeObjectExpr - Variable in class org.utplsql.api.TestRunnerOptions
 
excludeObjectExpr(String) - Method in class org.utplsql.api.TestRunner
 
excludeObjects - Variable in class org.utplsql.api.TestRunnerOptions
 
excludeObjects(List<String>) - Method in class org.utplsql.api.TestRunner
 
excludeSchemaExpr - Variable in class org.utplsql.api.TestRunnerOptions
 
excludeSchemaExpr(String) - Method in class org.utplsql.api.TestRunner
 
execute() - Method in class org.utplsql.api.testRunner.DynamicTestRunnerStatement
 
execute() - Method in interface org.utplsql.api.testRunner.TestRunnerStatement
 
EXPR - org.utplsql.api.compatibility.OptionalFeatures
 

F

factoryMethod - Variable in class org.utplsql.api.reporter.ReporterFactory.ReporterFactoryMethodInfo
 
FAIL_ON_ERROR - org.utplsql.api.compatibility.OptionalFeatures
 
failOnErrors - Variable in class org.utplsql.api.TestRunnerOptions
 
failOnErrors(boolean) - Method in class org.utplsql.api.TestRunner
 
failOnNotCompatible() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
Checks if actual API-version is compatible with utPLSQL database version and throws a DatabaseNotCompatibleException if not Throws a DatabaseNotCompatibleException if version compatibility can not be checked.
fetchAll(Connection) - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
Get all lines from output buffer and return it as a list of strings.
fetchAvailable(Connection, Consumer<String>) - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
Print the lines as soon as they are produced and call the callback passing the new line.
FileMapperOptions - Class in org.utplsql.api
 
FileMapperOptions(List<String>) - Constructor for class org.utplsql.api.FileMapperOptions
 
FileMapping - Class in org.utplsql.api
Created by Vinicius on 17/07/2017.
FileMapping() - Constructor for class org.utplsql.api.FileMapping
 
FileMapping(String, String, String, String) - Constructor for class org.utplsql.api.FileMapping
 
forVersion(Version, Connection, TestRunnerOptions, CallableStatement) - Static method in class org.utplsql.api.testRunner.DynamicTestRunnerStatement
 
FRAMEWORK_COMPATIBILITY_CHECK - org.utplsql.api.compatibility.OptionalFeatures
 
frameworkCompatibilityCheck(Connection, String, String) - Method in interface org.utplsql.api.db.DatabaseInformation
 
frameworkCompatibilityCheck(Connection, String, String) - Method in class org.utplsql.api.db.DefaultDatabaseInformation
 

G

getAssetsPath() - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
getAttributes() - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
getAttributes() - Method in class org.utplsql.api.reporter.DocumentationReporter
 
getAttributes() - Method in class org.utplsql.api.reporter.Reporter
 
getBugfix() - Method in class org.utplsql.api.Version
 
getBuild() - Method in class org.utplsql.api.Version
 
getClientVersion() - Method in exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
getCompatibleOutputBuffer(Version, Reporter, Connection) - Static method in class org.utplsql.api.outputBuffer.OutputBufferProvider
Returns an OutputBuffer compatible with the given databaseVersion If we are at 3.1.0 or greater, returns an OutputBuffer based upon the information whether the Reporter has Output or not
getCompatibleTestRunnerStatement(Version, TestRunnerOptions, Connection) - Static method in class org.utplsql.api.testRunner.TestRunnerStatementProvider
Returns the TestRunnerStatement-implementation compatible with the given databaseVersion.
getCurrentSchema(Connection) - Method in interface org.utplsql.api.db.DatabaseInformation
 
getCurrentSchema(Connection) - Method in class org.utplsql.api.db.DefaultDatabaseInformation
 
getCurrentSchema(Connection) - Static method in class org.utplsql.api.DBHelper
Deprecated.
getDatabaseFrameworkVersion(Connection) - Static method in class org.utplsql.api.DBHelper
Deprecated.
getDatabaseVersion() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
Deprecated.
getDatabaseVersion() - Method in exception org.utplsql.api.exception.DatabaseNotCompatibleException
 
getDescription() - Method in class org.utplsql.api.reporter.inspect.ReporterInfo
 
getEnvValue(String) - Static method in class org.utplsql.api.EnvironmentVariableUtil
Returns the value for a given key from environment (see class description)
getEnvValue(String, String) - Static method in class org.utplsql.api.EnvironmentVariableUtil
Returns the value for a given key from environment or a default value (see class description)
getFailed() - Method in class org.utplsql.api.reporter.DocumentationReporter
 
getFileName() - Method in class org.utplsql.api.FileMapping
 
getFilePaths() - Method in class org.utplsql.api.FileMapperOptions
 
getId() - Method in class org.utplsql.api.reporter.Reporter
 
getInfo() - Static method in class org.utplsql.api.JavaApiVersionInfo
 
getKey() - Method in class org.utplsql.api.KeyValuePair
 
getLvl() - Method in class org.utplsql.api.reporter.DocumentationReporter
 
getMajor() - Method in class org.utplsql.api.Version
 
getMaxVersion() - Method in enum org.utplsql.api.compatibility.OptionalFeatures
 
getMinor() - Method in class org.utplsql.api.Version
 
getMinVersion() - Method in enum org.utplsql.api.compatibility.OptionalFeatures
 
getName() - Method in class org.utplsql.api.reporter.inspect.ReporterInfo
 
getNameSubExpression() - Method in class org.utplsql.api.FileMapperOptions
 
getNormalizedString() - Method in class org.utplsql.api.Version
Returns a normalized form of the parsed version information
getObjectName() - Method in class org.utplsql.api.FileMapping
 
getObjectOwner() - Method in class org.utplsql.api.FileMapperOptions
 
getObjectOwner() - Method in class org.utplsql.api.FileMapping
 
getObjectType() - Method in class org.utplsql.api.FileMapping
 
getOptions() - Method in class org.utplsql.api.TestRunner
 
getOracleDatabaseVersion(Connection) - Static method in class org.utplsql.api.DBHelper
Deprecated.
getOracleVersion(Connection) - Method in interface org.utplsql.api.db.DatabaseInformation
 
getOracleVersion(Connection) - Method in class org.utplsql.api.db.DefaultDatabaseInformation
 
getOutputBuffer() - Method in class org.utplsql.api.reporter.Reporter
 
getOutputBuffer(Reporter, Connection) - Method in class org.utplsql.api.compatibility.CompatibilityProxy
Returns an OutputBuffer compatible with the current framework
getOwnerSubExpression() - Method in class org.utplsql.api.FileMapperOptions
 
getProjectName() - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
getRealDbPlsqlVersion() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
 
getRegexPattern() - Method in class org.utplsql.api.FileMapperOptions
 
getRegisteredReporterInfo() - Method in class org.utplsql.api.reporter.ReporterFactory
Returns a set of all registered reporter's names
getReporter() - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
 
getReporterInfoMap() - Method in interface org.utplsql.api.reporter.inspect.ReporterInspector
 
getReporterInfos() - Method in interface org.utplsql.api.reporter.inspect.ReporterInspector
 
getSince() - Method in enum org.utplsql.api.reporter.CoreReporters
 
getSql() - Method in class org.utplsql.api.db.DynamicParameterList
Returns the SQL of this ParameterList as comma-separated list of the parameter identifiers:
e.g.
getSql() - Method in class org.utplsql.api.testRunner.DynamicTestRunnerStatement
 
getSql() - Method in interface org.utplsql.api.testRunner.TestRunnerStatement
 
getSQLTypeName() - Method in class org.utplsql.api.FileMapping
 
getSQLTypeName() - Method in class org.utplsql.api.KeyValuePair
 
getTagsAsString() - Method in class org.utplsql.api.TestRunnerOptions
 
getTestRunnerStatement(TestRunnerOptions, Connection) - Method in class org.utplsql.api.compatibility.CompatibilityProxy
Returns a TestRunnerStatement compatible with the current framework
getType() - Method in class org.utplsql.api.reporter.inspect.ReporterInfo
 
getTypeMappings() - Method in class org.utplsql.api.FileMapperOptions
 
getTypeName() - Method in class org.utplsql.api.reporter.Reporter
 
getTypeSubExpression() - Method in class org.utplsql.api.FileMapperOptions
 
getUntil() - Method in enum org.utplsql.api.reporter.CoreReporters
 
getUsedDatabaseVersion() - Method in class org.utplsql.api.TestRunner
Returns the databaseVersion the TestRunner was run against
getUtPlsqlFrameworkVersion(Connection) - Method in interface org.utplsql.api.db.DatabaseInformation
 
getUtPlsqlFrameworkVersion(Connection) - Method in class org.utplsql.api.db.DefaultDatabaseInformation
 
getUtPlsqlVersion() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
 
getValue() - Method in class org.utplsql.api.KeyValuePair
 
getVersion() - Method in exception org.utplsql.api.exception.InvalidVersionException
 
getVersion() - Static method in class org.utplsql.api.JavaApiVersionInfo
 
getVersionDescription() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
 

H

hasRegisteredFactoryMethodFor(String) - Method in class org.utplsql.api.reporter.ReporterFactory
Checks whether a given reporter has a registered FactoryMethod or not

I

includeObject(String) - Method in class org.utplsql.api.TestRunner
 
includeObjectExpr - Variable in class org.utplsql.api.TestRunnerOptions
 
includeObjectExpr(String) - Method in class org.utplsql.api.TestRunner
 
includeObjects - Variable in class org.utplsql.api.TestRunnerOptions
 
includeObjects(List<String>) - Method in class org.utplsql.api.TestRunner
 
includeSchemaExpr - Variable in class org.utplsql.api.TestRunnerOptions
 
includeSchemaExpr(String) - Method in class org.utplsql.api.TestRunner
 
init(Connection) - Method in class org.utplsql.api.reporter.Reporter
 
init(Connection, CompatibilityProxy, ReporterFactory) - Method in class org.utplsql.api.reporter.Reporter
 
initOutputBuffer(OracleConnection, CompatibilityProxy) - Method in class org.utplsql.api.reporter.DefaultReporter
 
initOutputBuffer(OracleConnection, CompatibilityProxy) - Method in class org.utplsql.api.reporter.Reporter
 
InvalidVersionException - Exception in org.utplsql.api.exception
Exception thrown when trying to do stuff which requires a valid version object (like comparing)
InvalidVersionException(Version) - Constructor for exception org.utplsql.api.exception.InvalidVersionException
 
InvalidVersionException(Version, Throwable) - Constructor for exception org.utplsql.api.exception.InvalidVersionException
 
isAvailableFor(Connection) - Method in enum org.utplsql.api.compatibility.OptionalFeatures
 
isAvailableFor(Version) - Method in enum org.utplsql.api.compatibility.OptionalFeatures
 
isAvailableFor(Version) - Method in enum org.utplsql.api.reporter.CoreReporters
Checks whether a CoreReporter is valid for the given databaseVersion
isCompatible() - Method in class org.utplsql.api.compatibility.CompatibilityProxy
 
isGreaterOrEqualThan(Version) - Method in class org.utplsql.api.Version
Compares this version to a given version and returns true if this version is greater or equal than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws an InvalidVersionException if either this or the given version are invalid
isGreaterThan(Version) - Method in class org.utplsql.api.Version
Compares this version to a given version and returns true if this version is greater than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws an InvalidVersionException if either this or the given version are invalid
isInit() - Method in class org.utplsql.api.reporter.Reporter
 
isLessOrEqualThan(Version) - Method in class org.utplsql.api.Version
Compares this version to a given version and returns true if this version is less or equal than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws an InvalidVersionException if either this or the given version are invalid
isLessThan(Version) - Method in class org.utplsql.api.Version
Compares this version to a given version and returns true if this version is less than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws an InvalidVersionException if either this or the given version are invalid
isValid() - Method in class org.utplsql.api.Version
 

J

JAVA - org.utplsql.api.reporter.inspect.ReporterInfo.Type
 
JavaApiVersionInfo - Class in org.utplsql.api
This class is getting updated automatically by the build process.

K

KeyValuePair - Class in org.utplsql.api
Created by Vinicius on 22/07/2017.
KeyValuePair(String, String) - Constructor for class org.utplsql.api.KeyValuePair
 

L

LATEST - Static variable in class org.utplsql.api.Version
 

N

newSysGuid(Connection) - Static method in class org.utplsql.api.DBHelper
Return a new sys_guid from database.

O

OptionalFeatures - Enum in org.utplsql.api.compatibility
 
OracleCreateStatmenetStuckException - Exception in org.utplsql.api.exception
 
OracleCreateStatmenetStuckException(Throwable) - Constructor for exception org.utplsql.api.exception.OracleCreateStatmenetStuckException
 
oraStuckTimeout - Variable in class org.utplsql.api.TestRunnerOptions
 
oraStuckTimeout(Integer) - Method in class org.utplsql.api.TestRunner
 
org.utplsql.api - package org.utplsql.api
 
org.utplsql.api.compatibility - package org.utplsql.api.compatibility
 
org.utplsql.api.db - package org.utplsql.api.db
 
org.utplsql.api.exception - package org.utplsql.api.exception
 
org.utplsql.api.outputBuffer - package org.utplsql.api.outputBuffer
 
org.utplsql.api.reporter - package org.utplsql.api.reporter
 
org.utplsql.api.reporter.inspect - package org.utplsql.api.reporter.inspect
 
org.utplsql.api.testRunner - package org.utplsql.api.testRunner
 
outputBuffer - Variable in class org.utplsql.api.reporter.Reporter
 
OutputBuffer - Interface in org.utplsql.api.outputBuffer
 
OutputBufferProvider - Class in org.utplsql.api.outputBuffer
 

P

pathList - Variable in class org.utplsql.api.TestRunnerOptions
 
printAvailable(Connection, PrintStream) - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
Print the lines as soon as they are produced and write to a PrintStream.
printAvailable(Connection, List<PrintStream>) - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
Print the lines as soon as they are produced and write to a list of PrintStreams.

R

RANDOM_EXECUTION_ORDER - org.utplsql.api.compatibility.OptionalFeatures
 
randomTestOrder - Variable in class org.utplsql.api.TestRunnerOptions
 
randomTestOrder(boolean) - Method in class org.utplsql.api.TestRunner
 
randomTestOrderSeed - Variable in class org.utplsql.api.TestRunnerOptions
 
randomTestOrderSeed(Integer) - Method in class org.utplsql.api.TestRunner
 
readSQL(SQLInput, String) - Method in class org.utplsql.api.FileMapping
 
readSQL(SQLInput, String) - Method in class org.utplsql.api.KeyValuePair
 
registerReporterFactoryMethod(String, BiFunction<String, Object[], ? extends Reporter>, String) - Method in class org.utplsql.api.reporter.ReporterFactory
Registers a creation method for a specified reporter name.
Reporter - Class in org.utplsql.api.reporter
This is a basic Reporter implementation, using ORAData interface
Reporter(String, Object[]) - Constructor for class org.utplsql.api.reporter.Reporter
 
ReporterFactory - Class in org.utplsql.api.reporter
This class manages the instantiation of reporters.
ReporterFactory.ReporterFactoryMethodInfo - Class in org.utplsql.api.reporter
 
ReporterFactoryMethodInfo(BiFunction<String, Object[], ? extends Reporter>, String) - Constructor for class org.utplsql.api.reporter.ReporterFactory.ReporterFactoryMethodInfo
 
ReporterInfo - Class in org.utplsql.api.reporter.inspect
Holds information about utPLSQL Reporter-Types
ReporterInfo.Type - Enum in org.utplsql.api.reporter.inspect
 
ReporterInspector - Interface in org.utplsql.api.reporter.inspect
Gives information about available reporters
reporterList - Variable in class org.utplsql.api.TestRunnerOptions
 
ResourceUtil - Class in org.utplsql.api
Helper class for dealing with Resources
run(Connection) - Method in class org.utplsql.api.TestRunner
 

S

setAssetsPath(String) - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
setAttributes(Object[]) - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
setAttributes(Object[]) - Method in class org.utplsql.api.reporter.DocumentationReporter
 
setAttributes(Object[]) - Method in class org.utplsql.api.reporter.Reporter
 
setFailed(int) - Method in class org.utplsql.api.reporter.DocumentationReporter
 
setFetchSize(int) - Method in interface org.utplsql.api.outputBuffer.OutputBuffer
Override the fetchSize of the OutputBuffer
setFilePaths(List<String>) - Method in class org.utplsql.api.FileMapperOptions
 
setLvl(int) - Method in class org.utplsql.api.reporter.DocumentationReporter
 
setNameSubExpression(Integer) - Method in class org.utplsql.api.FileMapperOptions
 
setObjectOwner(String) - Method in class org.utplsql.api.FileMapperOptions
 
setOwnerSubExpression(Integer) - Method in class org.utplsql.api.FileMapperOptions
 
setParamsStartWithIndex(CallableStatement, int) - Method in class org.utplsql.api.db.DynamicParameterList
Sets the contained parameters in the order they were added to the given statement by index, starting with the given one
setProjectName(String) - Method in class org.utplsql.api.reporter.CoverageHTMLReporter
 
setRegexPattern(String) - Method in class org.utplsql.api.FileMapperOptions
 
setReporterFactory(ReporterFactory) - Method in class org.utplsql.api.TestRunner
 
setTypeMappings(List<KeyValuePair>) - Method in class org.utplsql.api.FileMapperOptions
 
setTypeName(String) - Method in class org.utplsql.api.reporter.Reporter
 
setTypeSubExpression(Integer) - Method in class org.utplsql.api.FileMapperOptions
 
skipCompatibilityCheck - Variable in class org.utplsql.api.TestRunnerOptions
 
skipCompatibilityCheck(boolean) - Method in class org.utplsql.api.TestRunner
 
SomeTestsFailedException - Exception in org.utplsql.api.exception
Custom exception class to indicate if some tests failed.
SomeTestsFailedException(String, Throwable) - Constructor for exception org.utplsql.api.exception.SomeTestsFailedException
 
sourceFiles - Variable in class org.utplsql.api.TestRunnerOptions
 
sourceMappingOptions - Variable in class org.utplsql.api.TestRunnerOptions
 
sourceMappingOptions(FileMapperOptions) - Method in class org.utplsql.api.TestRunner
 
SQL - org.utplsql.api.reporter.inspect.ReporterInfo.Type
 
SQL_WITH_JAVA - org.utplsql.api.reporter.inspect.ReporterInfo.Type
 

T

tags - Variable in class org.utplsql.api.TestRunnerOptions
 
TAGS - org.utplsql.api.compatibility.OptionalFeatures
 
testFiles - Variable in class org.utplsql.api.TestRunnerOptions
 
testMappingOptions - Variable in class org.utplsql.api.TestRunnerOptions
 
testMappingOptions(FileMapperOptions) - Method in class org.utplsql.api.TestRunner
 
TestRunner - Class in org.utplsql.api
Created by Vinicius Avellar on 12/04/2017.
TestRunner() - Constructor for class org.utplsql.api.TestRunner
 
TestRunnerOptions - Class in org.utplsql.api
Holds the various possible options of TestRunner
TestRunnerOptions() - Constructor for class org.utplsql.api.TestRunnerOptions
 
TestRunnerStatement - Interface in org.utplsql.api.testRunner
Interface to hide the concrete Statement-implementations of TestRunner
TestRunnerStatementProvider - Class in org.utplsql.api.testRunner
Provides different implementations of TestRunnerStatement based on the version of the database framework
toDatum(Connection) - Method in class org.utplsql.api.reporter.Reporter
 
toString() - Method in class org.utplsql.api.FileMapping
 
toString() - Method in class org.utplsql.api.KeyValuePair
 
toString() - Method in class org.utplsql.api.Version
 

U

unregisterReporterFactoryMethod(String) - Method in class org.utplsql.api.reporter.ReporterFactory
Unregisters a specified reporter name.
UT_COVERAGE_COBERTURA_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_COVERAGE_HTML_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_COVERAGE_SONAR_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_COVERALLS_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_DEBUG_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_DOCUMENTATION_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_FILE_MAPPING - Static variable in class org.utplsql.api.CustomTypes
 
UT_FILE_MAPPINGS - Static variable in class org.utplsql.api.CustomTypes
 
UT_JUNIT_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_KEY_VALUE_PAIR - Static variable in class org.utplsql.api.CustomTypes
 
UT_KEY_VALUE_PAIRS - Static variable in class org.utplsql.api.CustomTypes
 
UT_REALTIME_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_REPORTERS - Static variable in class org.utplsql.api.CustomTypes
 
UT_SONAR_TEST_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_TEAMCITY_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_TFS_JUNIT_REPORTER - org.utplsql.api.reporter.CoreReporters
 
UT_VARCHAR2_LIST - Static variable in class org.utplsql.api.CustomTypes
 
UT_XUNIT_REPORTER - org.utplsql.api.reporter.CoreReporters
Deprecated.
UTPLSQL_COMPATIBILITY_VERSION - Static variable in class org.utplsql.api.compatibility.CompatibilityProxy
 
UtPLSQLNotInstalledException - Exception in org.utplsql.api.exception
Exception to track when utPLSQL framework is not installed or accessible on the used database
UtPLSQLNotInstalledException(SQLException) - Constructor for exception org.utplsql.api.exception.UtPLSQLNotInstalledException
 

V

V3_0_0 - Static variable in class org.utplsql.api.Version
 
V3_0_1 - Static variable in class org.utplsql.api.Version
 
V3_0_2 - Static variable in class org.utplsql.api.Version
 
V3_0_3 - Static variable in class org.utplsql.api.Version
 
V3_0_4 - Static variable in class org.utplsql.api.Version
 
V3_1_0 - Static variable in class org.utplsql.api.Version
 
V3_1_1 - Static variable in class org.utplsql.api.Version
 
V3_1_10 - Static variable in class org.utplsql.api.Version
 
V3_1_11 - Static variable in class org.utplsql.api.Version
 
V3_1_12 - Static variable in class org.utplsql.api.Version
 
V3_1_13 - Static variable in class org.utplsql.api.Version
 
V3_1_2 - Static variable in class org.utplsql.api.Version
 
V3_1_3 - Static variable in class org.utplsql.api.Version
 
V3_1_4 - Static variable in class org.utplsql.api.Version
 
V3_1_5 - Static variable in class org.utplsql.api.Version
 
V3_1_6 - Static variable in class org.utplsql.api.Version
 
V3_1_7 - Static variable in class org.utplsql.api.Version
 
V3_1_8 - Static variable in class org.utplsql.api.Version
 
V3_1_9 - Static variable in class org.utplsql.api.Version
 
valueOf(String) - Static method in enum org.utplsql.api.compatibility.OptionalFeatures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.utplsql.api.reporter.CoreReporters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.utplsql.api.reporter.inspect.ReporterInfo.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.utplsql.api.compatibility.OptionalFeatures
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.utplsql.api.reporter.CoreReporters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.utplsql.api.reporter.inspect.ReporterInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.utplsql.api
Simple class to parse utPLSQL Version-information and provide the separate version-numbers
Version(String) - Constructor for class org.utplsql.api.Version
Deprecated.

W

writeReportAssetsTo(Path) - Static method in class org.utplsql.api.reporter.CoverageHTMLReporter
Write the bundled assets necessary for the HTML Coverage report to a given targetPath
writeSQL(SQLOutput) - Method in class org.utplsql.api.FileMapping
 
writeSQL(SQLOutput) - Method in class org.utplsql.api.KeyValuePair
 
A B C D E F G H I J K L N O P R S T U V W 
All Classes All Packages