• Bumblebee documentation
    • Configuration
      • Getting bumblebee
      • Setting bumblebee up
      • The ruby collector
      • Configuring sources
      • Document target name and directory
      • Stylesheet
      • Images and other resources
      • Using a nested suite structure
      • Using maven
      • The agile dox collector
    • Demonstrating method comments
      • Probably the simplest comment
      • The simplest comment explained
      • Make assertions about the output
      • Name that will be overridden
      • Excluding methods from documentation
    • Getting java snippets
      • Auto snippeting
      • Include the currently executing method
      • Include other method from current class
      • Avoid naming collision when including method
      • Inline entire source file
      • Link to source file
      • Get code from method in other class
      • Smaller code snippets from other classes or methods
      • Include variable current class
      • Include overloaded method
      • Unique method name
      • Get code from inner class
    • Including slices and dices of text
      • Include arbitrary file
      • Include line ranges
      • Include text based on regular expression
    • Using wiki syntax
      • Basic inline formatting
      • A note on indenting comments
      • Cross referencing within the document
      • Headings
      • Tables
    • Using runtime data
      • Passing runtime data to use in documentation
      • Rules and limitations for keys and values
      • Calling methods on stored objects
    • Using images
      • Add an image to your document
    • Create uml diagrams
      • Draw a class diagram of classes in a method
      • Draw a class diagram of specific classes
    • J unit3 test case
      • Test if j unit3 also works
    • Using bumblebee with swing
      • Including screenshots in the documentation
        • Getting a shot of your application
        • Highlighting parts of the shot
        • Cropping
        • Callouts
    • Using bumblebee with selenium
      • Including screenshots in the documentation
        • Getting a snapshot of a tested site
        • Intelligent cropping
        • Highlighting and cropping
      • Detailing the screen shots
        • Using callouts
    • Extending bumblebee
      • Add ruby extensions
        • Execute ruby code directly in comment
        • Add a script in the comment using require
        • Execute a script from a comment and include result
    • Experimental
      • Invocation information
        • Get execution meta information
        • Getting failure information
      • Parameterized tests
        • One parameterized test
        • Another parameterized test
        • One parameterized test
        • Another parameterized test
      • Using theories
        • A theory
        • An assuming multi argument theory
      • Excluding content
        • Exclude test from report
        • This is the excluded test
    • Roadmap
      • Releases
      • Backlog
      • Background