https://github.com/google/compile-testing
Testing tools for javac and annotation processors
https://github.com/google/compile-testing
Last synced: 7 months ago
JSON representation
Testing tools for javac and annotation processors
- Host: GitHub
- URL: https://github.com/google/compile-testing
- Owner: google
- License: apache-2.0
- Created: 2013-08-26T21:30:13.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:10:53.000Z (over 1 year ago)
- Last Synced: 2024-04-11T15:02:44.163Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 855 KB
- Stars: 688
- Watchers: 43
- Forks: 120
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android-testing - compile-testing
- awesome-jvm - compile-testing - Testing tools for javac and annotation processors. (Metaprogramming)
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