All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reports.MainReport_xls.jrxml Maven / Gradle / Ivy

Go to download

EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity. It supports method parameters with Test annotation and much more.

The newest version!


	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
		
			
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
			
		
	
	
		<band height="89" splitType="Stretch">
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement style="SubTitle" x="0" y="0" width="802" height="29"/>
				<textElement>
					<font fontName="Times New Roman" size="22" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["Test class: " + $P{TEST_CLASS_NAME}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="262" y="29" width="262" height="20"/>
				<textElement textAlignment="Left">
					<font size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getPassed() + " (" + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getPercentagePassed() + " %)"]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="262" y="49" width="262" height="20"/>
				<textElement textAlignment="Left">
					<font size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getFailed() + " (" + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getPercentageFailed() + " %)"]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="262" y="69" width="262" height="20"/>
				<textElement textAlignment="Left">
					<font size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getException() + " (" + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getPercentageException() + " %)"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement style="Column header" positionType="Float" x="0" y="29" width="262" height="20" forecolor="#000000"/>
				<textElement>
					<font fontName="Arial" size="12" isBold="true" pdfFontName="Helvetica"/>
				</textElement>
				<text><![CDATA[Passed]]></text>
			</staticText>
			<staticText>
				<reportElement style="Column header" positionType="Float" x="0" y="49" width="262" height="20" forecolor="#000000"/>
				<textElement>
					<font fontName="Arial" size="12" isBold="true" pdfFontName="Helvetica"/>
				</textElement>
				<text><![CDATA[Failed]]></text>
			</staticText>
			<staticText>
				<reportElement style="Column header" positionType="Float" x="0" y="69" width="262" height="20" forecolor="#000000"/>
				<textElement>
					<font fontName="Arial" size="12" isBold="true" pdfFontName="Helvetica"/>
				</textElement>
				<text><![CDATA[Exception]]></text>
			</staticText>
		</band>