Lines Matching refs:toBoolean

159             assure( "Property HasMainTitle", AnyConverter.toBoolean(  in testTitle()
209 assure( "Property HasSubTitle", AnyConverter.toBoolean( in testSubTitle()
278 boolean bNewFirstYAxisText = AnyConverter.toBoolean( in testDiagram()
300 boolean bNewSecYAxisValue = AnyConverter.toBoolean( in testDiagram()
388 … assure( "AutoMax is on", ! AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMax" )) ); in testAxis()
396 … assure( "AutoMin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMin" )) ); in testAxis()
404 … assure( "AutoOrigin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoOrigin" )) ); in testAxis()
411 AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
414 ! AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
444 assure( "Property DisplayLabels", ! AnyConverter.toBoolean( in testAxis()
574 AnyConverter.toBoolean( in testChartType()
579 ! AnyConverter.toBoolean( in testChartType()
584 AnyConverter.toBoolean( in testChartType()
707 … assure( "FillBackground", AnyConverter.toBoolean( xProp.getPropertyValue( "FillBackground" )) ); in testDataSeriesAndPoints()
729 … assure( "No MeanValue", AnyConverter.toBoolean( xProp.getPropertyValue( "MeanValue" )) ); in testStatistics()
816 assure( "Has Volume", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "Volume" ))); in testStockProperties()
819 assure( "Has UpDown", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "UpDown" ))); in testStockProperties()