Sha256: 3a5c1fdb90c093b3b6ce1ac5e93d71a6231d3122b23e48a5d15516a510c06a6c
Contents?: true
Size: 616 Bytes
Versions: 10
Compression:
Stored size: 616 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 from root dir ." And XML file "out.html" matches "/html/body"
Version data entries
10 entries across 10 versions & 1 rubygems