Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moex
Transmorpher
Commits
4483bb0d
Commit
4483bb0d
authored
Oct 16, 2002
by
Jérôme Euzenat
Browse files
Suppressed these totally useless files
parent
806426b6
Changes
4
Hide whitespace changes
Inline
Side-by-side
transmorpher/tests/fr/fluxmedia/transmorpher/Utils/FifoTest.java~
deleted
100644 → 0
View file @
806426b6
package
fr
.
fluxmedia
.
transmorpher
.
Utils
;
import
junit
.
framework
.
TestCase
;
//
JUnitDoclet
begin
import
import
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Fifo
;
//
JUnitDoclet
end
import
/**
*
Generated
by
JUnitDoclet
,
a
tool
provided
by
*
ObjectFab
GmbH
under
LGPL
.
*
Please
see
www
.
junitdoclet
.
org
,
www
.
gnu
.
org
*
and
www
.
objectfab
.
de
for
informations
about
*
the
tool
,
the
licence
and
the
the
authors
.
*/
public
class
FifoTest
//
JUnitDoclet
begin
extends_implements
extends
TestCase
//
JUnitDoclet
end
extends_implements
{
//
JUnitDoclet
begin
class
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Fifo
fifo
=
null
;
//
JUnitDoclet
end
class
public
FifoTest
(
String
name
)
{
//
JUnitDoclet
begin
method
FifoTest
()
super
(
name
);
//
JUnitDoclet
end
method
FifoTest
()
}
public
void
setUp
()
throws
Exception
{
//
JUnitDoclet
begin
method
setUp
()
super
.
setUp
();
fifo
=
new
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Fifo
();
//
JUnitDoclet
end
method
setUp
()
}
public
void
tearDown
()
throws
Exception
{
//
JUnitDoclet
begin
method
tearDown
()
fifo
=
null
;
super
.
tearDown
();
//
JUnitDoclet
end
method
tearDown
()
}
public
void
testPush
()
throws
Exception
{
//
JUnitDoclet
begin
method
testPush
()
//
JUnitDoclet
end
method
testPush
()
}
public
void
testPop
()
throws
Exception
{
//
JUnitDoclet
begin
method
testPop
()
//
JUnitDoclet
end
method
testPop
()
}
public
void
testPeek
()
throws
Exception
{
//
JUnitDoclet
begin
method
testPeek
()
//
JUnitDoclet
end
method
testPeek
()
}
public
void
testIsEmpty
()
throws
Exception
{
//
JUnitDoclet
begin
method
testIsEmpty
()
//
JUnitDoclet
end
method
testIsEmpty
()
}
public
void
testSize
()
throws
Exception
{
//
JUnitDoclet
begin
method
testSize
()
//
JUnitDoclet
end
method
testSize
()
}
public
void
testClear
()
throws
Exception
{
//
JUnitDoclet
begin
method
testClear
()
//
JUnitDoclet
end
method
testClear
()
}
public
void
testRemoveAllElements
()
throws
Exception
{
//
JUnitDoclet
begin
method
testRemoveAllElements
()
//
JUnitDoclet
end
method
testRemoveAllElements
()
}
public
void
testSearch
()
throws
Exception
{
//
JUnitDoclet
begin
method
testSearch
()
//
JUnitDoclet
end
method
testSearch
()
}
/**
*
JUnitDoclet
moves
marker
to
this
method
,
if
there
is
not
match
*
for
them
in
the
regenerated
code
and
if
the
marker
is
not
empty
.
*
This
way
,
no
test
gets
lost
when
regenerating
after
renaming
.
*
Method
testVault
is
supposed
to
be
empty
.
*/
public
void
testVault
()
throws
Exception
{
//
JUnitDoclet
begin
method
testVault
()
//
JUnitDoclet
end
method
testVault
()
}
}
transmorpher/tests/fr/fluxmedia/transmorpher/Utils/ParametersTest.java~
deleted
100644 → 0
View file @
806426b6
package
fr
.
fluxmedia
.
transmorpher
.
Utils
;
import
junit
.
framework
.
TestCase
;
//
JUnitDoclet
begin
import
import
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Parameters
;
//
JUnitDoclet
end
import
/**
*
Generated
by
JUnitDoclet
,
a
tool
provided
by
*
ObjectFab
GmbH
under
LGPL
.
*
Please
see
www
.
junitdoclet
.
org
,
www
.
gnu
.
org
*
and
www
.
objectfab
.
de
for
informations
about
*
the
tool
,
the
licence
and
the
the
authors
.
*/
public
class
ParametersTest
//
JUnitDoclet
begin
extends_implements
extends
TestCase
//
JUnitDoclet
end
extends_implements
{
//
JUnitDoclet
begin
class
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Parameters
parameters
=
null
;
//
JUnitDoclet
end
class
public
ParametersTest
(
String
name
)
{
//
JUnitDoclet
begin
method
ParametersTest
()
super
(
name
);
//
JUnitDoclet
end
method
ParametersTest
()
}
public
void
setUp
()
throws
Exception
{
//
JUnitDoclet
begin
method
setUp
()
super
.
setUp
();
parameters
=
new
fr
.
fluxmedia
.
transmorpher
.
Utils
.
Parameters
();
//
JUnitDoclet
end
method
setUp
()
}
public
void
tearDown
()
throws
Exception
{
//
JUnitDoclet
begin
method
tearDown
()
parameters
=
null
;
super
.
tearDown
();
//
JUnitDoclet
end
method
tearDown
()
}
public
void
testIsEmpty
()
throws
Exception
{
//
JUnitDoclet
begin
method
testIsEmpty
()
//
JUnitDoclet
end
method
testIsEmpty
()
}
public
void
testSetParameters
()
throws
Exception
{
//
JUnitDoclet
begin
method
testSetParameters
()
//
JUnitDoclet
end
method
testSetParameters
()
}
public
void
testUnsetParameter
()
throws
Exception
{
//
JUnitDoclet
begin
method
testUnsetParameter
()
//
JUnitDoclet
end
method
testUnsetParameter
()
}
public
void
testGetNames
()
throws
Exception
{
//
JUnitDoclet
begin
method
testGetNames
()
//
JUnitDoclet
end
method
testGetNames
()
}
public
void
testEvalString
()
throws
Exception
{
//
JUnitDoclet
begin
method
testEvalString
()
//
JUnitDoclet
end
method
testEvalString
()
}
public
void
testBindParameters
()
throws
Exception
{
//
JUnitDoclet
begin
method
testBindParameters
()
//
JUnitDoclet
end
method
testBindParameters
()
}
public
void
testBindCallerParameters
()
throws
Exception
{
//
JUnitDoclet
begin
method
testBindCallerParameters
()
//
JUnitDoclet
end
method
testBindCallerParameters
()
}
public
void
testGenerateXMLDeclarations
()
throws
Exception
{
//
JUnitDoclet
begin
method
testGenerateXMLDeclarations
()
//
JUnitDoclet
end
method
testGenerateXMLDeclarations
()
}
public
void
testGenerateXMLCalls
()
throws
Exception
{
//
JUnitDoclet
begin
method
testGenerateXMLCalls
()
//
JUnitDoclet
end
method
testGenerateXMLCalls
()
}
public
void
testPrintParameters
()
throws
Exception
{
//
JUnitDoclet
begin
method
testPrintParameters
()
//
JUnitDoclet
end
method
testPrintParameters
()
}
/**
*
JUnitDoclet
moves
marker
to
this
method
,
if
there
is
not
match
*
for
them
in
the
regenerated
code
and
if
the
marker
is
not
empty
.
*
This
way
,
no
test
gets
lost
when
regenerating
after
renaming
.
*
Method
testVault
is
supposed
to
be
empty
.
*/
public
void
testVault
()
throws
Exception
{
//
JUnitDoclet
begin
method
testVault
()
//
JUnitDoclet
end
method
testVault
()
}
}
transmorpher/tests/fr/fluxmedia/transmorpher/Utils/UtilsSuite.java~
deleted
100644 → 0
View file @
806426b6
package
fr
.
fluxmedia
.
transmorpher
.
Utils
;
import
junit
.
framework
.
TestSuite
;
//
JUnitDoclet
begin
import
//
JUnitDoclet
end
import
/**
*
Generated
by
JUnitDoclet
,
a
tool
provided
by
*
ObjectFab
GmbH
under
LGPL
.
*
Please
see
www
.
junitdoclet
.
org
,
www
.
gnu
.
org
*
and
www
.
objectfab
.
de
for
informations
about
*
the
tool
,
the
licence
and
the
the
authors
.
*/
public
class
UtilsSuite
//
JUnitDoclet
begin
extends_implements
//
JUnitDoclet
end
extends_implements
{
//
JUnitDoclet
begin
class
//
JUnitDoclet
end
class
public
static
TestSuite
suite
()
{
TestSuite
suite
;
suite
=
new
TestSuite
(
"fr.fluxmedia.transmorpher.Utils"
);
suite
.
addTestSuite
(
fr
.
fluxmedia
.
transmorpher
.
Utils
.
LinearIndexedStructTest
.
class
);
suite
.
addTestSuite
(
fr
.
fluxmedia
.
transmorpher
.
Utils
.
SystemResourcesTest
.
class
);
suite
.
addTestSuite
(
fr
.
fluxmedia
.
transmorpher
.
Utils
.
ParametersTest
.
class
);
suite
.
addTestSuite
(
fr
.
fluxmedia
.
transmorpher
.
Utils
.
StringParametersTest
.
class
);
suite
.
addTestSuite
(
fr
.
fluxmedia
.
transmorpher
.
Utils
.
FifoTest
.
class
);
//
JUnitDoclet
begin
method
suite
()
//
JUnitDoclet
end
method
suite
()
return
suite
;
}
}
transmorpher/tests/fr/fluxmedia/transmorpher/Utils/VersionTest.java~
deleted
100644 → 0
View file @
806426b6
package
fr
.
fluxmedia
.
transmorpher
.
Utils
;
import
junit
.
framework
.
TestCase
;
//
JUnitDoclet
begin
import
import
fr
.
fluxmedia
.
transmorpher
.
Utils
.
SystemResources
;
//
JUnitDoclet
end
import
/**
*
Generated
by
JUnitDoclet
,
a
tool
provided
by
*
ObjectFab
GmbH
under
LGPL
.
*
Please
see
www
.
junitdoclet
.
org
,
www
.
gnu
.
org
*
and
www
.
objectfab
.
de
for
informations
about
*
the
tool
,
the
licence
and
the
the
authors
.
*/
public
class
SystemResourcesTest
//
JUnitDoclet
begin
extends_implements
extends
TestCase
//
JUnitDoclet
end
extends_implements
{
//
JUnitDoclet
begin
class
fr
.
fluxmedia
.
transmorpher
.
Utils
.
SystemResources
systemresources
=
null
;
//
JUnitDoclet
end
class
public
SystemResourcesTest
(
String
name
)
{
//
JUnitDoclet
begin
method
SystemResourcesTest
()
super
(
name
);
//
JUnitDoclet
end
method
SystemResourcesTest
()
}
public
void
setUp
()
throws
Exception
{
//
JUnitDoclet
begin
method
setUp
()
super
.
setUp
();
systemresources
=
new
fr
.
fluxmedia
.
transmorpher
.
Utils
.
SystemResources
();
//
JUnitDoclet
end
method
setUp
()
}
public
void
tearDown
()
throws
Exception
{
//
JUnitDoclet
begin
method
tearDown
()
systemresources
=
null
;
super
.
tearDown
();
//
JUnitDoclet
end
method
tearDown
()
}
public
void
testGetLocale
()
throws
Exception
{
//
JUnitDoclet
begin
method
testGetLocale
()
//
JUnitDoclet
end
method
testGetLocale
()
}
/**
*
JUnitDoclet
moves
marker
to
this
method
,
if
there
is
not
match
*
for
them
in
the
regenerated
code
and
if
the
marker
is
not
empty
.
*
This
way
,
no
test
gets
lost
when
regenerating
after
renaming
.
*
Method
testVault
is
supposed
to
be
empty
.
*/
public
void
testVault
()
throws
Exception
{
//
JUnitDoclet
begin
method
testVault
()
//
JUnitDoclet
end
method
testVault
()
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment