Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/google/compile-testing

Testing tools for javac and annotation processors
https://github.com/google/compile-testing

Last synced: 2 months ago
JSON representation

Testing tools for javac and annotation processors

Lists

README

        

Compile Testing
===============

[![Build Status][ci-shield]][ci-link]
[![Maven Release][maven-shield]][maven-link]
[![Javadoc][javadoc-shield]][javadoc-link]

A library for testing javac compilation with or without annotation processors. See the [javadoc][javadoc-link] for usage examples.

License
-------

Copyright 2013 Google, 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.

[ci-shield]: https://github.com/google/compile-testing/actions/workflows/ci.yml/badge.svg?branch=main
[ci-link]: https://github.com/google/compile-testing/actions
[maven-shield]: https://img.shields.io/maven-central/v/com.google.testing.compile/compile-testing.png
[maven-link]: https://search.maven.org/artifact/com.google.testing.compile/compile-testing
[javadoc-shield]: https://javadoc.io/badge/com.google.testing.compile/compile-testing.svg?color=blue
[javadoc-link]: https://javadoc.io/doc/com.google.testing.compile/compile-testing