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

reports.MainReport_pdf.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.

There is a newer version: 1.4.0
Show newest version


	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
		
			
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
				
				
					
					
						
					
					
				
				
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
				
					
					
						
					
					
				
			
		
	
	
		<band height="215" splitType="Stretch">
			<frame>
				<reportElement mode="Opaque" x="-20" y="0" width="822" height="65" forecolor="#006699" backcolor="#006699"/>
				<staticText>
					<reportElement style="Title" x="231" y="0" width="578" height="65"/>
					<textElement textAlignment="Right">
						<font size="54" isBold="false"/>
					</textElement>
					<text><![CDATA[EasyTest Reports]]></text>
				</staticText>
			</frame>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement style="SubTitle" x="180" y="65" width="609" height="29"/>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" size="22" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["Test class: " + $P{TEST_CLASS_NAME}]]></textFieldExpression>
			</textField>
			<image>
				<reportElement x="0" y="65" width="150" height="150"/>
				<imageExpression><![CDATA[((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getTotalsGraph()]]></imageExpression>
			</image>
			<textField>
				<reportElement x="150" y="173" width="70" height="14"/>
				<textElement textAlignment="Right">
					<font size="10" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["Passed: " + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getPassed()]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="150" y="187" width="70" height="14"/>
				<textElement textAlignment="Right">
					<font size="10" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["Failed: " + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getFailed()]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="150" y="201" width="70" height="14"/>
				<textElement textAlignment="Right">
					<font size="10" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["Exception: " + ((org.easetech.easytest.reports.data.ReportTotalsBean)$P{REPORT_PARAMETERS_MAP}.get($P{TEST_CLASS_NAME})).getException()]]></textFieldExpression>
			</textField>
		</band>