org.squashtest.csp.tm.service.importer
Interface ImportSummary

All Known Implementing Classes:
ImportSummaryImpl

public interface ImportSummary


Method Summary
 void add(ImportSummary summary)
          adds the result of an import summary to this import summary
 int getFailures()
           
 int getSuccess()
           
 int getTotalTestCases()
           
 int getWarnings()
           
 

Method Detail

getTotalTestCases

int getTotalTestCases()

getSuccess

int getSuccess()

getWarnings

int getWarnings()

getFailures

int getFailures()

add

void add(ImportSummary summary)
adds the result of an import summary to this import summary



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.