Sha256: fd34847f2d8071e2a864bcc0f5e23950128640fa91818e4485ff84baeeb29871
Contents?: true
Size: 602 Bytes
Versions: 17
Compression:
Stored size: 602 Bytes
Contents
Feature: HTML output As a source code writer I want to be able to call PDD as a command line tool, and retrieve an HTML report Scenario: HTML report building Given I have a "Sample.java" file with content: """ public class Main { /** * @todo #13 Let's do it later, dude * or maybe even never :) */ public void main(String[] args) { // later } } """ When I run bin/pdd with "-v -s . -f out.html --format=html" Then Exit code is zero And Stdout contains "Reading ." And XML file "out.html" matches "/html/body"
Version data entries
17 entries across 17 versions & 1 rubygems