Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce columnTitles attribute for the @Table annotation #64

Merged
merged 1 commit into from
Feb 27, 2015

Conversation

janschaefer
Copy link
Contributor

Allows one to specify the titles of table columns with an additional attribute columnTitles on the @Table annotation.

Example:

@Table( columnTitles = { "Name", "Email" } )

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 88.24% when pulling 7ed4b86 on table-column-titles into 5c07a1d on master.

janschaefer added a commit that referenced this pull request Feb 27, 2015
introduce columnTitles attribute for the @table annotation
@janschaefer janschaefer merged commit 81f1a1a into master Feb 27, 2015
@janschaefer janschaefer deleted the table-column-titles branch February 27, 2015 19:10
codecholeric pushed a commit to codecholeric/JGiven that referenced this pull request Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants