Here, we release the top 100 most common predicted assert statements by our model for the methods in the test set. These assert statements follow a distribution based on prevelance within the dataset, meaning the most common asserts seen are also the most common asserts perfectly predicted. By perfectly predicted we mean that given the test and focal method of a human written test case, the model predicts an assert statement that is identical to the one written by the developer. The assert statements are ordered by frequency, meaning that the most common perfectly predicted assert statment is first.