NLBSE2023-Public.sqlite -- A SQLite database containing the raw dataset used in this project
code -- Java code for detecting and parsing test files; Python code analyzing the assert messages

---------------------------------------------------------------------------------------------------------------------------
Contents of NLBSE2023-Public.sqlite

|      **Table Name**     |                       **Purpose**                       |
|:-----------------------:|:-------------------------------------------------------:|
| project                 | Details about the projects utilized in the study        |
| assert_method           | The assert methods (and their messages) in our dataset  |
| message_annotation      | Results of the manual categorization of assert messages |
| readability_score       | English language readability scores for assert messages |
| grammar_pattern         | Part-of-speech tags for the assert messages             |

---------------------------------------------------------------------------------------------------------------------------
