ccl-testing

Contents

Introduction
Component Versions
Quick Start Guide
Recommendations
Troubleshooting
Release Schedule
Contributing
License

Introduction

Cerner Command Language, aka CCL, aka Discern Explorer, is a database query and scripting language used with Cerner Millennium databases. CCL Unit is a unit testing framework for CCL.

The ccl-testing repository houses maven plugins to perform CCL Unit tests and analyses, to generate reports from the results, to perform static analyses, and to generate code documentation. It also houses some dependencies for those maven plugins.
See Component Versions for a list of the components.

Component Versions

The latest released versions of the ccl-testing components are listed below.
Visit individuals components for details and usage instructions.
Visit the change log for version details.

Quick Start Guide

If you are new to CCL Unit testing and want to get started writing and running tests quickly, look here.

Install and configure Apache Maven as described here.
Use the maven archetype to generate a new mavenized CCL project.

Recommendations

Configure the system so your password will not show up in log files. Look here for details.
Use the maven archetype to generate new projects.
      If you really want to do it manually, here is a sample pom (the same one the archetype creates).
Become familiar with the usage instructions and configuration options for the unit testing plugin.

Troubleshooting

Having issues? Look here for some common problems and troubleshooting tips.

Release Schedule

The release schedule will be driven by requests for and contributions of enhancements and corrections.
See the change log for the contents of previous releases.

Contributing

You are welcomed to contribute enhancements or fixes to the documention or code. Please read our Contribution Guidelines.
Committers should follow the Release Guidelines.

License

Copyright 2017 Cerner Innovation, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.