.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: Bowling Test Coverage Example: Testing to Code
   :author: Cliff Shaffer
   :institution: Virginia Tech
   :requires: Testing Intro 2
   :satisfies:
   :topic: Testing
   :keyword: Testing; Code Coverage
   :naturallanguage: en
   :programminglanguage: Java
   :description: Discusses testing for code coverage, and presents a testing interactive problem to get complete code coverage on a bowling game score function. This version shows the code.


Bowling Example: Testing to Code
================================

Bowling Example Testing to Code
-------------------------------

Once again, try the Bowling example.
But this time you get to see the code.
This is easier, right?
Try to get 100% code coverage.

.. avembed:: AV/Testing/Bowling/BowlingScore.html pe
   :long_name: Bowling Testing With Code
   :url_params: code=true
   :keyword: Testing; Code Coverage


