WriteThemFirst/approvals-java

View on GitHub
src/main/java/com/github/writethemfirst/approvals/package-info.java

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * Approvals-Java - Approval testing library for Java. Alleviates the burden of hand-writing assertions.
 * Copyright © 2018 Write Them First!
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */
/**
 * # Approvals Package
 *
 * That package contains all the root objects to be used while working with *Approvals-Java*.
 *
 * Those objects are the main ones to be manipulated by developers, and should allow to directly trigger actions to be
 * performed by the framework.
 *
 * All internal related classes, or classes to be used indirectly by the developers are to be stored in children
 * packages.
 */
package com.github.writethemfirst.approvals;