All one has to do in the test class is... get ready for the ridiculously long line of code...
private static final Id RECORD_TYPE_NAME_RECORD_TYPE_ID =
Schema.SObjectType.sObjectApiName.getRecordTypeInfosByName().get('Record Type Name').getRecordTypeId();
Thank you, Salesforce, for sObject Describe Results.