mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
Add isVerbose()
X-SVN-Rev: 1865
This commit is contained in:
parent
250e41fdff
commit
cba6a1eae2
2 changed files with 12 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestFmwk.java,v $
|
||||
* $Date: 2000/05/18 19:09:51 $
|
||||
* $Revision: 1.12 $
|
||||
* $Date: 2000/07/13 21:34:32 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -148,6 +148,10 @@ public class TestFmwk implements TestLog {
|
|||
}
|
||||
}
|
||||
|
||||
protected boolean isVerbose() {
|
||||
return params.verbose;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds given string to the log if we are in verbose mode.
|
||||
*/
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/Attic/TestFmwk.java,v $
|
||||
* $Date: 2000/05/18 19:09:51 $
|
||||
* $Revision: 1.12 $
|
||||
* $Date: 2000/07/13 21:34:32 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -148,6 +148,10 @@ public class TestFmwk implements TestLog {
|
|||
}
|
||||
}
|
||||
|
||||
protected boolean isVerbose() {
|
||||
return params.verbose;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds given string to the log if we are in verbose mode.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue